diff options
author | Jai Vetrivelan <jaivetrivelan@gmail.com> | 2022-02-14 11:04:47 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-14 11:04:47 +0100 |
commit | cca2b90aaade16a257887e7018f9c30af75bcfd9 (patch) | |
tree | c65d5a78e56cc60b03bc2454076898adeeb01484 /gnu | |
parent | b7349559cf176eaef6a57928860f90e9b540e203 (diff) |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/irc.scm | 5 |
1 files 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 |