me
/
guix
Archived
1
0
Fork 0

gnu: libxp: Update to 1.0.4.

* gnu/packages/xorg.scm (libxp): Update to 1.0.4.
master
Tobias Geerinckx-Rice 2022-10-16 02:00:00 +02:00
parent 004423683d
commit 4f276192b2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 7 additions and 10 deletions

View File

@ -4591,17 +4591,14 @@ cannot be adequately worked around on the client side of the wire.")
(define-public libxp
(package
(name "libxp")
(version "1.0.3")
(version "1.0.4")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXp-"
version
".tar.bz2"))
"mirror://xorg/individual/lib/libXp-" version ".tar.xz"))
(sha256
(base32
"0mwc2jwmq03b1m9ihax5c6gw2ln8rc70zz4fsj3kb7440nchqdkz"))))
(base32 "197iklxwyd4naryc6mzv0g5qi1dy1apxk9w9k3yshd1ax2wf668z"))))
(build-system gnu-build-system)
(propagated-inputs
(list printproto))