mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 21:19:33 +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
|
||||
(package
|
||||
(name "xpr")
|
||||
(version "1.0.5")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/app/xpr-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"07qy9lwjvxighcmg6qvjkgagad3wwvidrfx0jz85lgynz3qy0dmr"))))
|
||||
"1iaphm96kha6bzz34cj82r2lp5hrdpqwdca04iij4rinflab3fx0"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list xorgproto libxmu libx11))
|
||||
|
|
Loading…
Add table
Reference in a new issue