mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: libvorbis: Update to 1.3.7.
* gnu/packages/xiph.scm (libvorbis): Update to 1.3.7.
This commit is contained in:
parent
574a5ea5a0
commit
47d723fee2
1 changed files with 2 additions and 2 deletions
|
@ -86,14 +86,14 @@ (define libogg
|
||||||
(define libvorbis
|
(define libvorbis
|
||||||
(package
|
(package
|
||||||
(name "libvorbis")
|
(name "libvorbis")
|
||||||
(version "1.3.6")
|
(version "1.3.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://downloads.xiph.org/releases/vorbis/"
|
(uri (string-append "https://downloads.xiph.org/releases/vorbis/"
|
||||||
"libvorbis-" version ".tar.xz"))
|
"libvorbis-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05dlzjkdpv46zb837wysxqyn8l636x3dw8v8ymlrwz2fg1dbn05g"))))
|
"0jwmf87x5sdis64rbv0l87mdpah1rbilkkxszipbzg128f9w8g5k"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs `(("libogg" ,libogg)))
|
(propagated-inputs `(("libogg" ,libogg)))
|
||||||
(arguments `(#:configure-flags '("LDFLAGS=-lm"
|
(arguments `(#:configure-flags '("LDFLAGS=-lm"
|
||||||
|
|
Loading…
Reference in a new issue