mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: taglib: Update to 1.10.
* gnu/packages/mp3.scm (taglib): Update to 1.10.
This commit is contained in:
parent
e990c81d38
commit
b172196976
1 changed files with 2 additions and 2 deletions
|
@ -145,14 +145,14 @@ (define-public id3lib
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue