gnu: libxpm: Update to 3.5.12.

* gnu/packages/xorg.scm (libxpm): Update to 3.5.12.
This commit is contained in:
Marius Bakke 2016-12-20 02:08:51 +01:00 committed by Mark H Weaver
parent 45e38a07eb
commit 5e107b22df
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 2 deletions

View File

@ -1458,7 +1458,7 @@ treat it as part of their software base when porting.")
(define-public libxpm (define-public libxpm
(package (package
(name "libxpm") (name "libxpm")
(version "3.5.11") (version "3.5.12")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1468,7 +1468,7 @@ treat it as part of their software base when porting.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"07041q4k8m4nirzl7lrqn8by2zylx0xvh6n0za301qqs3njszgf5")))) "1v5xaiw4zlhxspvx76y3hq4wpxv7mpj6parqnwdqvpj8vbinsspx"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)