gnu: libshout: Update to 2.4.4.
* gnu/packages/xiph.scm (libshout): Update to 2.4.4.
This commit is contained in:
parent
ec7da7d628
commit
d3b9cbd9c8
1 changed files with 2 additions and 2 deletions
|
@ -494,7 +494,7 @@ things in between.")
|
||||||
(define-public libshout
|
(define-public libshout
|
||||||
(package
|
(package
|
||||||
(name "libshout")
|
(name "libshout")
|
||||||
(version "2.4.3")
|
(version "2.4.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -502,7 +502,7 @@ things in between.")
|
||||||
"libshout-" version ".tar.gz"))
|
"libshout-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zhdshas539cs8fsz8022ljxnnncr5lafhfd1dqr1gs125fzb2hd"))))
|
"1hz670a4pfpsb89b0mymy8nw4rx8x0vmh61gq6j1vbg70mfhrscc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in a new issue