mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: libogg: Update to 1.3.6.
* gnu/packages/xiph.scm (libogg): Update to 1.3.6. Change-Id: I946cbe655c0fb70b28b923f2fc248dd7bfe9c80f Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
This commit is contained in:
committed by
Gabriel Wicki
parent
e4f4875d4f
commit
20ad79c923
@@ -57,14 +57,14 @@
|
||||
(define-public libogg
|
||||
(package
|
||||
(name "libogg")
|
||||
(version "1.3.5")
|
||||
(version "1.3.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://downloads.xiph.org/releases/ogg/libogg-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01b7050bghdvbxvw0gzv588fn4a27zh42ljpwzm4vrf8dziipnf4"))))
|
||||
"0q8hz9vqd044rr6d18ylp82craapcnhkq7yl436l060qir1570jw"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
|
||||
Reference in New Issue
Block a user