gnu: libxpm: Update to 3.5.12.

* gnu/packages/xorg.scm (libxpm): Update to 3.5.12.
master
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
(package
(name "libxpm")
(version "3.5.11")
(version "3.5.12")
(source
(origin
(method url-fetch)
@ -1468,7 +1468,7 @@ treat it as part of their software base when porting.")
".tar.bz2"))
(sha256
(base32
"07041q4k8m4nirzl7lrqn8by2zylx0xvh6n0za301qqs3njszgf5"))))
"1v5xaiw4zlhxspvx76y3hq4wpxv7mpj6parqnwdqvpj8vbinsspx"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,gettext-minimal)