gnu: libshout: Update to 2.4.2.
* gnu/packages/xiph.scm (libshout): Update to 2.4.2.
This commit is contained in:
parent
7824fbf8c5
commit
e174699534
|
@ -474,7 +474,7 @@ things in between.")
|
||||||
(define-public libshout
|
(define-public libshout
|
||||||
(package
|
(package
|
||||||
(name "libshout")
|
(name "libshout")
|
||||||
(version "2.4.1")
|
(version "2.4.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -482,7 +482,7 @@ things in between.")
|
||||||
"libshout-" version ".tar.gz"))
|
"libshout-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kgjpf8jkgyclw11nilxi8vyjk4s8878x23qyxnvybbgqbgbib7k"))))
|
"0qgwarqp2p6jy3zadds6dzj8z1jfb2mbwc3lsdlidf527h0a86ym"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue