gnu: libxp: Update to 1.0.3.
* gnu/packages/xorg.scm (libxp): Update to 1.0.3.
This commit is contained in:
parent
97b6f9632e
commit
42ca6c8528
|
@ -4405,7 +4405,7 @@ cannot be adequately worked around on the client side of the wire.")
|
||||||
(define-public libxp
|
(define-public libxp
|
||||||
(package
|
(package
|
||||||
(name "libxp")
|
(name "libxp")
|
||||||
(version "1.0.2")
|
(version "1.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4415,7 +4415,7 @@ cannot be adequately worked around on the client side of the wire.")
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dfh5w8sjz5b5fl6dl4y63ckq99snslz7bir8zq2rg8ax6syabwm"))))
|
"0mwc2jwmq03b1m9ihax5c6gw2ln8rc70zz4fsj3kb7440nchqdkz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("printproto" ,printproto)))
|
`(("printproto" ,printproto)))
|
||||||
|
|
Loading…
Reference in New Issue