gnu: libshout: Update to 2.4.2.

* gnu/packages/xiph.scm (libshout): Update to 2.4.2.
master
Tobias Geerinckx-Rice 2019-05-11 14:22:21 +02:00
parent 7824fbf8c5
commit e174699534
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -474,7 +474,7 @@ things in between.")
(define-public libshout
(package
(name "libshout")
(version "2.4.1")
(version "2.4.2")
(source (origin
(method url-fetch)
(uri (string-append
@ -482,7 +482,7 @@ things in between.")
"libshout-" version ".tar.gz"))
(sha256
(base32
"0kgjpf8jkgyclw11nilxi8vyjk4s8878x23qyxnvybbgqbgbib7k"))))
"0qgwarqp2p6jy3zadds6dzj8z1jfb2mbwc3lsdlidf527h0a86ym"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))