guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: srain: Update to 1.1.2.


From: guix-commits
Subject: 03/05: gnu: srain: Update to 1.1.2.
Date: Sun, 16 Aug 2020 17:40:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4364d0f8613b0f2b846555f20832e35e15ba2561
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 16 20:44:10 2020 +0200

    gnu: srain: Update to 1.1.2.
    
    * gnu/packages/irc.scm (srain): Update to 1.1.2.
---
 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 7c47bfc..d7f3e65 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -253,7 +253,7 @@ using a mouse.  It is customizable and extensible with 
plugins and scripts.")
 (define-public srain
   (package
     (name "srain")
-    (version "1.1.1")
+    (version "1.1.2")
     (source
      (origin
        (method git-fetch)
@@ -262,7 +262,7 @@ using a mouse.  It is customizable and extensible with 
plugins and scripts.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ypaxdnag61smd8vy4rzl8sarwxa85543nzp0c9zfq02jqmz1gah"))))
+        (base32 "1jjs3lrlz67z9ghpc4c406a5r3naisn1famdh9rwwcg4y4y1vcws"))))
     (arguments
      `(#:tests? #f ;there are no tests
        #:phases



reply via email to

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