gnu: libltc: Update to 1.3.2.
* gnu/packages/audio.scm (libltc): Update to 1.3.2.
This commit is contained in:
parent
b0913931e9
commit
930b94809d
1 changed files with 2 additions and 3 deletions
|
@ -5065,7 +5065,7 @@ stream to one or more IceCast and/or ShoutCast servers.")
|
||||||
(define-public libltc
|
(define-public libltc
|
||||||
(package
|
(package
|
||||||
(name "libltc")
|
(name "libltc")
|
||||||
(version "1.3.1")
|
(version "1.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5073,8 +5073,7 @@ stream to one or more IceCast and/or ShoutCast servers.")
|
||||||
(string-append "https://github.com/x42/libltc/releases/download/v"
|
(string-append "https://github.com/x42/libltc/releases/download/v"
|
||||||
version "/libltc-" version ".tar.gz"))
|
version "/libltc-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0j8j7cnw02arh8122d13bwkps1c0mi2xqq55gyi2bs91dk6l4v8a"))))
|
||||||
"173h9dgmain3nyrwk6q2d7yl4fnh4vacag4s2p01n5b7nyrkxrjh"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-tests? #f)) ;tests fail otherwise
|
`(#:parallel-tests? #f)) ;tests fail otherwise
|
||||||
|
|
Reference in a new issue