gnu: libxpm: Update to 3.5.12.
* gnu/packages/xorg.scm (libxpm): Update to 3.5.12.
This commit is contained in:
parent
45e38a07eb
commit
5e107b22df
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue