mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
gnu: xpr: Update to 1.1.0.
* gnu/packages/xorg.scm (xpr): Update to 1.1.0.
This commit is contained in:
parent
f265a89187
commit
7aeab7adb2
1 changed files with 3 additions and 3 deletions
|
@ -4242,17 +4242,17 @@ refers to the included common xorg.css stylesheet.")
|
||||||
(define-public xpr
|
(define-public xpr
|
||||||
(package
|
(package
|
||||||
(name "xpr")
|
(name "xpr")
|
||||||
(version "1.0.5")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/individual/app/xpr-"
|
"mirror://xorg/individual/app/xpr-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07qy9lwjvxighcmg6qvjkgagad3wwvidrfx0jz85lgynz3qy0dmr"))))
|
"1iaphm96kha6bzz34cj82r2lp5hrdpqwdca04iij4rinflab3fx0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list xorgproto libxmu libx11))
|
(list xorgproto libxmu libx11))
|
||||||
|
|
Loading…
Add table
Reference in a new issue