gnu: taglib: Update to 1.10.

* gnu/packages/mp3.scm (taglib): Update to 1.10.
This commit is contained in:
Leo Famulari 2016-10-04 02:33:15 -04:00
parent e990c81d38
commit b172196976
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -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)))