mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: xdpyinfo: Update to 1.3.1.
* gnu/packages/xorg.scm (xdpyinfo): Update to 1.3.1.
This commit is contained in:
parent
125d405f75
commit
39deb4b144
1 changed files with 3 additions and 3 deletions
|
@ -2055,17 +2055,17 @@ (define-public xcursorgen
|
||||||
(define-public xdpyinfo
|
(define-public xdpyinfo
|
||||||
(package
|
(package
|
||||||
(name "xdpyinfo")
|
(name "xdpyinfo")
|
||||||
(version "1.3.0")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/X11R7.7/src/everything/xdpyinfo-"
|
"mirror://xorg/individual/app/xdpyinfo-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gypsvpmay3lsh3b1dg29pjxv95pkrr21d4w6ys02mrbld24kvi3"))))
|
"154b29zlrq33lmni883jgwyrb2kx7z8h52jx1s3ys5x5d582iydf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("inputproto" ,inputproto)
|
`(("inputproto" ,inputproto)
|
||||||
|
|
Loading…
Reference in a new issue