guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: taglib: Update to 1.10.


From: Leo Famulari
Subject: 01/01: gnu: taglib: Update to 1.10.
Date: Sun, 4 Dec 2016 01:54:41 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit b1721969763fc379871b5b1947151c79fd9ae8af
Author: Leo Famulari <address@hidden>
Date:   Tue Oct 4 02:33:15 2016 -0400

    gnu: taglib: Update to 1.10.
    
    * gnu/packages/mp3.scm (taglib): Update to 1.10.
---
 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 fa1407f..057c3d7 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -145,14 +145,14 @@ a highly stable and efficient implementation.")
 (define-public taglib
   (package
     (name "taglib")
-    (version "1.9.1")
+    (version "1.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://taglib.github.io/releases/taglib-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "06n7gnbcqa3r6c9gv00y0y1r48dyyazm6yj403i7ma0r2k6p3lvj"))))
+                "1alv6vp72p0x9i9yscmz2a71anjwqy53y9pbcbqxvc1c0i82vhr4"))))
     (build-system cmake-build-system)
     (arguments '(#:tests? #f))                    ;no 'test' target
     (inputs `(("zlib" ,zlib)))



reply via email to

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