mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libogg: Update to 1.3.6.
* gnu/packages/xiph.scm (libogg): Update to 1.3.6. Change-Id: I946cbe655c0fb70b28b923f2fc248dd7bfe9c80f
This commit is contained in:
parent
da45386286
commit
a5fe365769
1 changed files with 2 additions and 2 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue