guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/20: gnu: rxvt-unicode: Update to 9.30.


From: guix-commits
Subject: 09/20: gnu: rxvt-unicode: Update to 9.30.
Date: Mon, 29 Nov 2021 19:09:15 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 39631cefa81957cfd737ea4b441befca40b2a81e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 30 01:08:31 2021 +0100

    gnu: rxvt-unicode: Update to 9.30.
    
    * gnu/packages/xdisorg.scm (rxvt-unicode): Update to 9.30.
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 12db638..90822cd 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]