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 (define-public libxp
(package (package
(name "libxp") (name "libxp")
(version "1.0.3") (version "1.0.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://xorg/individual/lib/libXp-" "mirror://xorg/individual/lib/libXp-" version ".tar.xz"))
version
".tar.bz2"))
(sha256 (sha256
(base32 (base32 "197iklxwyd4naryc6mzv0g5qi1dy1apxk9w9k3yshd1ax2wf668z"))))
"0mwc2jwmq03b1m9ihax5c6gw2ln8rc70zz4fsj3kb7440nchqdkz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
(list printproto)) (list printproto))