[PATCH] gnu: lv2lint: Update to 0.8.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Alexandros Theodotou
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Alexandros Theodotou
Severity
normal

Debbugs page

Alexandros Theodotou wrote 4 years ago
(address . guix-patches@gnu.org)
c5f7f640a54e959d455b392557914c85f0b2a788.camel@zrythm.org
Hi,

This patch updates lv2lint.

Thanks,
Alex
From f176517d1ec29873bbc8ca9c933707eb5dfbb874 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Thu, 10 Sep 2020 18:33:02 +0100
Subject: [PATCH] gnu: lv2lint: Update to 0.8.0.

* gnu/packages/audio.scm (lv2lint): Update to 0.8.0.
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index eecbf5260b..8ff80b889e 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4652,7 +4652,7 @@ libsamplerate for reading and resampling audio files, based on Robin Gareus'
(define-public lv2lint
(package
(name "lv2lint")
- (version "0.4.0")
+ (version "0.8.0")
(source
(origin
(method git-fetch)
@@ -4662,7 +4662,7 @@ libsamplerate for reading and resampling audio files, based on Robin Gareus'
(file-name (git-file-name name version))
(sha256
(base32
- "1pspwqpzl2dw1hd9ra9yr53arqbbqjn7d7j0f7p9g3iqa76vblpi"))))
+ "1jrka0hsn4n1clri7zfkcl3c2vi52144lkpjm81l51ff8rqy8ks1"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
--
2.27.0
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEESBMjhK0999huJUuDAi6uQjE9cPMFAl9aY5gACgkQAi6uQjE9
cPOwbgf/brldW9HJvJQKq+mxCI/sV2KVO5Sg/AWTZJtkPpi7xRUza6uU9tvYCnrp
buiZfA0FVTopaz89RAYMBuV+dWcXm2UdYgdgzHKtBP2exeBjYTntaQMVcgUfUxSN
bDKzrZHqnLRGhdQ9jA5td3hWEAA3qF6jnWKhjuUXTqfrpb4sierMYPKqIzXyHsSl
vEg0AeZzM8W0DAx3cmr+oDtGbjK8xksUEpfdohTpR4FKzWCEs0eZhugEvBNj1j6C
XksQM3a1mx4OmE7wHDTl6147m3j1EgIs4yUHkiYIkS5tWbYQtZMXblj+piDFWQMO
bBLFEu73m98K0ZOuPAAk4FnaPA6/2g==
=naFr
-----END PGP SIGNATURE-----


Ricardo Wurmus wrote 4 years ago
(name . Alexandros Theodotou)(address . alex@zrythm.org)(address . 43313-done@debbugs.gnu.org)
87d02t4hle.fsf@elephly.net
Hi Alexandros,

Toggle quote (2 lines)
> This patch updates lv2lint.

Thank you! Pushed to the “master” branch with commit b02e52f653.

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 43313@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 43313
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help