diff options
author | Leo Famulari <leo@famulari.name> | 2016-07-07 03:15:42 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-07-07 20:46:29 -0400 |
commit | 71ca053928c0a4bd222ef20b819943e866b84427 (patch) | |
tree | c1885cdbb8d157b6c16aec482299fe1a215a95c6 | |
parent | 6c12abbdb2cdc84f2ca181130dd92907af06971a (diff) | |
download | patches-71ca053928c0a4bd222ef20b819943e866b84427.tar patches-71ca053928c0a4bd222ef20b819943e866b84427.tar.gz |
gnu: rxvt-unicode: Update to 9.22.
* gnu/packages/xdisorg.scm (rxvt-unicode): Update to 9.22.
-rw-r--r-- | gnu/packages/xdisorg.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 5bd6cc7853..3a44fb5918 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -12,6 +12,7 @@ ;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org> ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> +;;; Copyright © 2016 Leo Famulari <leo@famulari.name> ;;; ;;; This file is part of GNU Guix. ;;; @@ -670,14 +671,14 @@ compact configuration syntax.") (define-public rxvt-unicode (package (name "rxvt-unicode") - (version "9.21") + (version "9.22") (source (origin (method url-fetch) (uri (string-append "http://dist.schmorp.de/rxvt-unicode/Attic/" name "-" version ".tar.bz2")) (sha256 (base32 - "0swmi308v5yxsddrdhvi4cch88k2bbs2nffpl5j5m2f55gbhw9vm")))) + "1pddjn5ynblwfrdmskylrsxb9vfnk3w4jdnq2l8xn2pspkljhip9")))) (build-system gnu-build-system) (arguments ;; This sets the destination when installing the necessary terminal |