gnu: xrdb: Update to 1.1.1.

* gnu/packages/xorg.scm (xrdb): Update to 1.1.1.
This commit is contained in:
Marius Bakke 2018-03-10 09:38:58 +01:00
parent 7c1119aa0f
commit c5b9bde5b2
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -4180,7 +4180,7 @@ and Reflect (RandR) extension.")
(define-public xrdb
(package
(name "xrdb")
(version "1.1.0")
(version "1.1.1")
(source
(origin
(method url-fetch)
@ -4190,7 +4190,7 @@ and Reflect (RandR) extension.")
".tar.bz2"))
(sha256
(base32
"0nsnr90wazcdd50nc5dqswy0bmq6qcj14nnrhyi7rln9pxmpp0kk"))))
"1dqp486nd5sagbg572kl0k839nwvpqnb7jvppyb7jj5vrpkss8rd"))))
(build-system gnu-build-system)
(inputs
`(("libxmu" ,libxmu)