guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: srain: Update to 1.3.2.


From: guix-commits
Subject: branch master updated: gnu: srain: Update to 1.3.2.
Date: Mon, 14 Feb 2022 05:05:16 -0500

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

ngz pushed a commit to branch master
in repository guix.

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

commit cca2b90aaade16a257887e7018f9c30af75bcfd9
Author: Jai Vetrivelan <jaivetrivelan@gmail.com>
AuthorDate: Mon Feb 14 11:04:47 2022 +0100

    gnu: srain: Update to 1.3.2.
    
    * gnu/packages/irc.scm (srain): Update to 1.3.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/irc.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 72f9fd5c96..ec30644010 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -11,6 +11,7 @@
 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
 ;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
 ;;; Copyright © 2021 WinterHound <winterhound@yandex.com>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -259,7 +260,7 @@ using a mouse.  It is customizable and extensible with 
plugins and scripts.")
 (define-public srain
   (package
     (name "srain")
-    (version "1.3.1")
+    (version "1.3.2")
     (source
      (origin
        (method git-fetch)
@@ -268,7 +269,7 @@ using a mouse.  It is customizable and extensible with 
plugins and scripts.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1xjk3fa3fkmsczif1bzcmi79k4z3jfdgcljfdiyn4iv5bh778swc"))))
+        (base32 "16nsxicixp7194bkiiyj7zrg05lhcp0xblqsbv6dq1lxd5wd3i96"))))
     (build-system meson-build-system)
     (arguments
      `(#:tests? #f ;there are no tests



reply via email to

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