guix-patches
[Top][All Lists]
Advanced

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

[bug#51125] [PATCH] gnu: srain: Update to 1.3.0.


From: Vinicius Monego
Subject: [bug#51125] [PATCH] gnu: srain: Update to 1.3.0.
Date: Mon, 11 Oct 2021 00:02:23 +0000

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






reply via email to

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