mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -4405,7 +4405,7 @@ (define-public libxinerama
|
|||
(define-public libxp
|
||||
(package
|
||||
(name "libxp")
|
||||
(version "1.0.2")
|
||||
(version "1.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4415,7 +4415,7 @@ (define-public libxp
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dfh5w8sjz5b5fl6dl4y63ckq99snslz7bir8zq2rg8ax6syabwm"))))
|
||||
"0mwc2jwmq03b1m9ihax5c6gw2ln8rc70zz4fsj3kb7440nchqdkz"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("printproto" ,printproto)))
|
||||
|
|
Loading…
Reference in a new issue