mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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 @@ (define-public icecast
|
|||
(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 @@ (define-public libshout
|
|||
"libshout-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1zhdshas539cs8fsz8022ljxnnncr5lafhfd1dqr1gs125fzb2hd"))))
|
||||
"1hz670a4pfpsb89b0mymy8nw4rx8x0vmh61gq6j1vbg70mfhrscc"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue