3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libshout: Update to 2.4.4.

* gnu/packages/xiph.scm (libshout): Update to 2.4.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-05 21:29:33 +02:00
parent ec7da7d628
commit d3b9cbd9c8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -494,7 +494,7 @@ things in between.")
(define-public libshout
(package
(name "libshout")
(version "2.4.3")
(version "2.4.4")
(source (origin
(method url-fetch)
(uri (string-append
@ -502,7 +502,7 @@ things in between.")
"libshout-" version ".tar.gz"))
(sha256
(base32
"1zhdshas539cs8fsz8022ljxnnncr5lafhfd1dqr1gs125fzb2hd"))))
"1hz670a4pfpsb89b0mymy8nw4rx8x0vmh61gq6j1vbg70mfhrscc"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))