mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: libxp: Update to 1.0.2.
* gnu/packages/xorg.scm (libxp): Update to 1.0.2.
This commit is contained in:
parent
90466b59ff
commit
9a8b8f2632
1 changed files with 2 additions and 3 deletions
|
@ -3913,11 +3913,10 @@ (define-public libxinerama
|
|||
(license license:x11)))
|
||||
|
||||
|
||||
;; The package is missing from X11R7.7.
|
||||
(define-public libxp
|
||||
(package
|
||||
(name "libxp")
|
||||
(version "1.0.0")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3927,7 +3926,7 @@ (define-public libxp
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1blwrr5zhmwwy87j0svmhv3hc13acyn5j14n5rv0anz81iav2r3y"))))
|
||||
"1dfh5w8sjz5b5fl6dl4y63ckq99snslz7bir8zq2rg8ax6syabwm"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("printproto" ,printproto)))
|
||||
|
|
Loading…
Reference in a new issue