guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: srain: Update to 1.3.1.


From: guix-commits
Subject: 03/04: gnu: srain: Update to 1.3.1.
Date: Sat, 8 Jan 2022 19:37:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1e18f88740ceeba7c383a92fac6f4b03a3133dcf
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 9 00:33:36 2022 +0100

    gnu: srain: Update to 1.3.1.
    
    * gnu/packages/irc.scm (srain): Update to 1.3.1.
---
 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 3c050bcc08..883cc7e121 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -256,7 +256,7 @@ using a mouse.  It is customizable and extensible with 
plugins and scripts.")
 (define-public srain
   (package
     (name "srain")
-    (version "1.3.0")
+    (version "1.3.1")
     (source
      (origin
        (method git-fetch)
@@ -265,7 +265,7 @@ using a mouse.  It is customizable and extensible with 
plugins and scripts.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "14s0h5wgvlkdylnjis2fa7m835142jzw0d0yqjnir1wqnwmq1rld"))))
+        (base32 "1xjk3fa3fkmsczif1bzcmi79k4z3jfdgcljfdiyn4iv5bh778swc"))))
     (build-system meson-build-system)
     (arguments
      `(#:tests? #f ;there are no tests



reply via email to

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