mhw pushed a commit to branch xorg-updates
in repository guix.
commit 4585250372be45e38a255dd1fdb29b722e14d610
Author: Mark H Weaver <[email protected]>
Date: Fri Dec 19 15:19:20 2014 -0500
gnu: xrdb: Update to 1.1.0.
* gnu/packages/xorg.scm (xrdb): Update to 1.1.0.
---
gnu/packages/xorg.scm | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 4c6f8fd..9fdd058 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3600,17 +3600,17 @@ kernel mode setting (KMS).")
(define-public xrdb
(package
(name "xrdb")
- (version "1.0.9")
+ (version "1.1.0")
(source
(origin
(method url-fetch)
(uri (string-append
- "mirror://xorg/X11R7.7/src/everything/xrdb-"
+ "mirror://xorg/individual/app/xrdb-"
version
".tar.bz2"))
(sha256
(base32
- "1dza5a34nj68fzhlgwf18i5bk0n24ig28yihwpjy7vwn57hh2934"))))
+ "0nsnr90wazcdd50nc5dqswy0bmq6qcj14nnrhyi7rln9pxmpp0kk"))))
(build-system gnu-build-system)
(inputs
`(("libxmu" ,libxmu)