Archived
1
0
Fork 0

gnu: libltc: Update to 1.3.2.

* gnu/packages/audio.scm (libltc): Update to 1.3.2.
This commit is contained in:
Tobias Geerinckx-Rice 2022-12-11 01:00:01 +01:00
parent b0913931e9
commit 930b94809d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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