summaryrefslogtreecommitdiff
path: root/gnu/packages/irc.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-16 20:44:10 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-16 23:36:27 +0200
commit4364d0f8613b0f2b846555f20832e35e15ba2561 (patch)
tree5bb8c5ee3fcfa0c34dae031d91db74356601f621 /gnu/packages/irc.scm
parentcaf4df50b1f971eb7e825a50d96b13daab17c354 (diff)
downloadguix-patches-4364d0f8613b0f2b846555f20832e35e15ba2561.tar
guix-patches-4364d0f8613b0f2b846555f20832e35e15ba2561.tar.gz
gnu: srain: Update to 1.1.2.
* gnu/packages/irc.scm (srain): Update to 1.1.2.
Diffstat (limited to 'gnu/packages/irc.scm')
-rw-r--r--gnu/packages/irc.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 7c47bfc695..d7f3e6595e 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