gnu: libogg: Update to 1.3.3.

* gnu/packages/xiph.scm (libogg): Update to 1.3.3.
master
Marius Bakke 2018-03-12 18:02:08 +01:00
parent b7184cf1a7
commit 54130743c5
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -57,14 +57,14 @@
(define libogg
(package
(name "libogg")
(version "1.3.2")
(version "1.3.3")
(source (origin
(method url-fetch)
(uri (string-append "http://downloads.xiph.org/releases/ogg/libogg-"
version ".tar.xz"))
(sha256
(base32
"16z74q422jmprhyvy7c9x909li8cqzmvzyr8cgbm52xcsp6pqs1z"))))
"022wjlzn8fx7mfby4pcgyjwx8zir7jr7cizichh3jgaki8bwcgsg"))))
(build-system gnu-build-system)
(synopsis "Library for manipulating the ogg multimedia format")
(description