mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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 @@ (define-public xorg-sgml-doctools
|
|||
(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…
Reference in a new issue