guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: ii: Update to 1.9.


From: guix-commits
Subject: 03/11: gnu: ii: Update to 1.9.
Date: Mon, 10 Jan 2022 14:30:55 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ac5abaff42fb03f5d19b7fa5457c0236c398a380
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jan 10 03:58:45 2022 +0100

    gnu: ii: Update to 1.9.
    
    * gnu/packages/irc.scm (ii): Update to 1.9.
---
 gnu/packages/irc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 883cc7e121..771616025c 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -381,14 +381,14 @@ highlighted.
 (define-public ii
   (package
     (name "ii")
-    (version "1.8")
+    (version "1.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://dl.suckless.org/tools/";
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1lk8vjl7i8dcjh4jkg8h8bkapcbs465sy8g9c0chfqsywbmf3ndr"))))
+                "05wcaszm9hap5gqf58bciqm3ad1kfgp976fs3fsn3ll3nliv6345"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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