[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: lv2lint: Update to 0.8.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: lv2lint: Update to 0.8.0. |
Date: |
Thu, 10 Sep 2020 14:20:46 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b02e52f gnu: lv2lint: Update to 0.8.0.
b02e52f is described below
commit b02e52f6538f8b187d72dd22dacc052e1f8a388e
Author: Alexandros Theodotou <alex@zrythm.org>
AuthorDate: Thu Sep 10 18:33:02 2020 +0100
gnu: lv2lint: Update to 0.8.0.
* gnu/packages/audio.scm (lv2lint): Update to 0.8.0.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index eecbf52..8ff80b8 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: lv2lint: Update to 0.8.0.,
guix-commits <=