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:
Antoine Côté 2025-07-09 23:36:28 -04:00 committed by Gabriel Wicki
parent da45386286
commit a5fe365769
No known key found for this signature in database
GPG key ID: CC98E9F04330FD7F

View file

@ -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")))