diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:00 +0100 |
commit | 930b94809d463975f22496bf4af4d13d43326f0b (patch) | |
tree | 163f0523b2c94138a1201724031fc998239e6db1 | |
parent | b0913931e97f0d7748009a9124c482efd717be77 (diff) | |
download | guix-930b94809d463975f22496bf4af4d13d43326f0b.tar.gz |
gnu: libltc: Update to 1.3.2.
* gnu/packages/audio.scm (libltc): Update to 1.3.2.
-rw-r--r-- | gnu/packages/audio.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 5e471d34e9..b1d3007b8c 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -5065,7 +5065,7 @@ stream to one or more IceCast and/or ShoutCast servers.") (define-public libltc (package (name "libltc") - (version "1.3.1") + (version "1.3.2") (source (origin (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" version "/libltc-" version ".tar.gz")) (sha256 - (base32 - "173h9dgmain3nyrwk6q2d7yl4fnh4vacag4s2p01n5b7nyrkxrjh")))) + (base32 "0j8j7cnw02arh8122d13bwkps1c0mi2xqq55gyi2bs91dk6l4v8a")))) (build-system gnu-build-system) (arguments `(#:parallel-tests? #f)) ;tests fail otherwise |