From cca2b90aaade16a257887e7018f9c30af75bcfd9 Mon Sep 17 00:00:00 2001 From: Jai Vetrivelan Date: Mon, 14 Feb 2022 11:04:47 +0100 Subject: gnu: srain: Update to 1.3.2. * gnu/packages/irc.scm (srain): Update to 1.3.2. Signed-off-by: Nicolas Goaziou --- gnu/packages/irc.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages') 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 ;;; Copyright © 2020 Brett Gilio ;;; Copyright © 2021 WinterHound +;;; Copyright © 2022 Jai Vetrivelan ;;; ;;; 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 -- cgit v1.2.3