gnu: xcb-util-xrm: Update to 1.2.
* gnu/packages/xdisorg.scm (xcb-util-xrm): Update to 1.2.
This commit is contained in:
parent
82f44a36e4
commit
7aef9930f0
|
@ -1027,7 +1027,7 @@ actions, a built-in clock, a battery monitor and a system tray.")
|
||||||
(define-public xcb-util-xrm
|
(define-public xcb-util-xrm
|
||||||
(package
|
(package
|
||||||
(name "xcb-util-xrm")
|
(name "xcb-util-xrm")
|
||||||
(version "1.0")
|
(version "1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1035,7 +1035,7 @@ actions, a built-in clock, a battery monitor and a system tray.")
|
||||||
"/download/v" version "/xcb-util-xrm-" version ".tar.bz2"))
|
"/download/v" version "/xcb-util-xrm-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h5vxwpd37dqfw9yj1l4zd9c5dj30r3g0szgysr6kd7xrqgaq04l"))
|
"0vbqhag51i0njc8d5fc8c6aa12496cwrc3s6s7sa5kfc17cwhppp"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Drop bundled m4.
|
;; Drop bundled m4.
|
||||||
|
|
Loading…
Reference in New Issue