guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: rxvt-unicode: Update to 9.22.


From: Leo Famulari
Subject: 01/01: gnu: rxvt-unicode: Update to 9.22.
Date: Fri, 8 Jul 2016 00:46:41 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 71ca053928c0a4bd222ef20b819943e866b84427
Author: Leo Famulari <address@hidden>
Date:   Thu Jul 7 03:15:42 2016 -0400

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

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 5bd6cc7..3a44fb5 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2016 Christopher Allan Webber <address@hidden>
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2016 Leo Famulari <address@hidden>
 ;;;
 ;;; 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



reply via email to

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