diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-30 01:08:31 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-30 01:08:53 +0100 |
commit | 39631cefa81957cfd737ea4b441befca40b2a81e (patch) | |
tree | 2b0e567a700cd29aeede74c9728bf80f6ae3649b | |
parent | eb62e3e54d6053089f178f71a75e4ae03c5e538d (diff) |
gnu: rxvt-unicode: Update to 9.30.
* gnu/packages/xdisorg.scm (rxvt-unicode): Update to 9.30.
-rw-r--r-- | gnu/packages/xdisorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 12db6387db..90822cd6bf 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1207,14 +1207,14 @@ compact configuration syntax.") (define-public rxvt-unicode (package (name "rxvt-unicode") - (version "9.29") + (version "9.30") (source (origin (method url-fetch) (uri (string-append "http://dist.schmorp.de/rxvt-unicode/Attic/" name "-" version ".tar.bz2")) (sha256 (base32 - "0z0mqiiw1vxb1vz1b7my1yzb57pzaprc5v28azwb379i1kgck2y1")))) + "0badnkjsn3zps24r5iggj8k5v4f00npc77wqg92pcn1q5z8r677y")))) (build-system gnu-build-system) (arguments ;; This sets the destination when installing the necessary terminal |