mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -1027,7 +1027,7 @@ actions, a built-in clock, a battery monitor and a system tray.")
|
|||
(define-public xcb-util-xrm
|
||||
(package
|
||||
(name "xcb-util-xrm")
|
||||
(version "1.0")
|
||||
(version "1.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(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"))
|
||||
(sha256
|
||||
(base32
|
||||
"1h5vxwpd37dqfw9yj1l4zd9c5dj30r3g0szgysr6kd7xrqgaq04l"))
|
||||
"0vbqhag51i0njc8d5fc8c6aa12496cwrc3s6s7sa5kfc17cwhppp"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Drop bundled m4.
|
||||
|
|
Loading…
Reference in a new issue