mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: xrdb: Update to 1.2.1.
* gnu/packages/xorg.scm (xrdb): Update to 1.2.1.
This commit is contained in:
parent
f60a2d1341
commit
19c3ca0207
1 changed files with 4 additions and 7 deletions
|
@ -4408,17 +4408,14 @@ (define-public xrandr
|
|||
(define-public xrdb
|
||||
(package
|
||||
(name "xrdb")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/app/xrdb-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
(uri (string-append "mirror://xorg/individual/app/xrdb-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ik9gh6363c47pr0dp7q22nfs8vmavjg2v4bsr0604ppl77nafpj"))))
|
||||
(base32 "1d78prd8sfszq2rwwlb32ksph4fymf988lp75aj8iysg44f06pag"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libxmu" ,libxmu)
|
||||
|
|
Loading…
Reference in a new issue