guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: taglib: Update to 1.12.


From: guix-commits
Subject: 03/03: gnu: taglib: Update to 1.12.
Date: Thu, 1 Apr 2021 03:53:48 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 9ece9f162b793637ab89aadb14d39ce75179fc91
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Tue Mar 30 18:14:46 2021 +1100

    gnu: taglib: Update to 1.12.
    
    * gnu/packages/mp3.scm (taglib): Update to 1.12.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/mp3.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 675e18e..dadaccd 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -208,7 +208,7 @@ a highly stable and efficient implementation.")
 (define-public taglib
   (package
     (name "taglib")
-    (version "1.12-beta-1")
+    (version "1.12")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -217,7 +217,7 @@ a highly stable and efficient implementation.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1mp6w2ikniw8w6d5wr0h20j0ijg8jw7s9dli5a8k9znpznvxpym4"))))
+                "0q7dkn5rh9v6b0scmcp2qmjv3iransafmpn6jvgid0yq75m2nqd2"))))
     (build-system cmake-build-system)
     (arguments
       '(#:tests? #f ; Tests are not ran with BUILD_SHARED_LIBS on.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]