diff options
author | Vinicius Monego <monego@posteo.net> | 2022-08-17 00:22:37 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2022-08-21 15:55:46 -0300 |
commit | 78ff8159816b038b959c8c5912f0173eb506fcab (patch) | |
tree | 3c17d658589e96b0df248593c081f3d13230afc7 /gnu/packages | |
parent | 254aa1781762d9173eaf671a2c972bc21892d64f (diff) | |
download | guix-78ff8159816b038b959c8c5912f0173eb506fcab.tar.gz |
gnu: srain: Update to 1.4.1.
* gnu/packages/irc.scm (srain): Update to 1.4.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/irc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index efb32a39e0..b82210081c 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -261,7 +261,7 @@ using a mouse. It is customizable and extensible with plugins and scripts.") (define-public srain (package (name "srain") - (version "1.4.0") + (version "1.4.1") (source (origin (method git-fetch) @@ -270,7 +270,7 @@ using a mouse. It is customizable and extensible with plugins and scripts.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "113nvai3nr2c8mrr5q56fb7smg5awgb2f243sib4k1zj437v9q51")))) + (base32 "05n8j36yrmk353nkapc1vywf25wklwbzwkl2a4kz92wv74zrwi6f")))) (build-system meson-build-system) (arguments `(#:tests? #f ;there are no tests |