monego pushed a commit to branch master
in repository guix.
commit 321f445bd12f61d1b2a4cbd7b8b3d78e13125192
Author: Vinicius Monego <[email protected]>
AuthorDate: Tue Jun 14 12:12:15 2022 -0300
gnu: srain: Update to 1.4.0.
* gnu/packages/irc.scm (srain): Update to 1.4.0.
---
gnu/packages/irc.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index fb786ce5ab..8c484efb2d 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -7,7 +7,7 @@
;;; Copyright © 2017 Marius Bakke <[email protected]>
;;; Copyright © 2017–2022 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2020 Oleg Pykhalov <[email protected]>
-;;; Copyright © 2020, 2021 Vinicius Monego <[email protected]>
+;;; Copyright © 2020, 2021, 2022 Vinicius Monego <[email protected]>
;;; Copyright © 2020 Jakub Kądziołka <[email protected]>
;;; Copyright © 2020 Brett Gilio <[email protected]>
;;; Copyright © 2021 WinterHound <[email protected]>
@@ -264,7 +264,7 @@ using a mouse. It is customizable and extensible with
plugins and scripts.")
(define-public srain
(package
(name "srain")
- (version "1.3.2")
+ (version "1.4.0")
(source
(origin
(method git-fetch)
@@ -273,7 +273,7 @@ using a mouse. It is customizable and extensible with
plugins and scripts.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "16nsxicixp7194bkiiyj7zrg05lhcp0xblqsbv6dq1lxd5wd3i96"))))
+ (base32 "113nvai3nr2c8mrr5q56fb7smg5awgb2f243sib4k1zj437v9q51"))))
(build-system meson-build-system)
(arguments
`(#:tests? #f ;there are no tests