guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: irssi: Update to 1.4.4.


From: guix-commits
Subject: branch master updated: gnu: irssi: Update to 1.4.4.
Date: Sat, 20 May 2023 11:31:03 -0400

This is an automated email from the git hooks/post-receive script.

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cebf0e36d1 gnu: irssi: Update to 1.4.4.
cebf0e36d1 is described below

commit cebf0e36d1e5439f43046ec3d6d995fb18f27218
Author: André Batista <nandre@riseup.net>
AuthorDate: Fri May 12 19:36:25 2023 -0300

    gnu: irssi: Update to 1.4.4.
    
    * gnu/packages/irc.scm (irssi): Update to 1.4.4.
---
 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 e5162cc2c4..b31bb6b11a 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -155,7 +155,7 @@ irssi, but graphical.")
 (define-public irssi
   (package
     (name "irssi")
-    (version "1.4.3")
+    (version "1.4.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/irssi/irssi/";
@@ -163,7 +163,7 @@ irssi, but graphical.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0d04bam0lrk66wi7ygd5si5y6adf2ajhh6mn89zyc8m34d972gxr"))))
+                "1bby23mn7318dmxf8aw9ahs6j4mbc0ilm4swji4m8ixiqz49xzpy"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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