gnu: xcb-util-xrm: Update to 1.3.

* gnu/packages/xdisorg.scm (xcb-util-xrm): Update to 1.3.
master
Marius Bakke 2018-03-29 21:13:00 +02:00
parent d2fd5c6532
commit 40fb6b84f9
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1247,7 +1247,7 @@ program for X11. It was designed to be fast, tiny and scriptable in any languag
(define-public xcb-util-xrm (define-public xcb-util-xrm
(package (package
(name "xcb-util-xrm") (name "xcb-util-xrm")
(version "1.2") (version "1.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1255,7 +1255,7 @@ program for X11. It was designed to be fast, tiny and scriptable in any languag
"/download/v" version "/xcb-util-xrm-" version ".tar.bz2")) "/download/v" version "/xcb-util-xrm-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0vbqhag51i0njc8d5fc8c6aa12496cwrc3s6s7sa5kfc17cwhppp")) "118cj1ybw86pgw0l5whn9vbg5n5b0ijcpx295mwahzi004vz671h"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Drop bundled m4. ;; Drop bundled m4.