[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: srain: Update to 1.4.1.
From: |
guix-commits |
Subject: |
02/06: gnu: srain: Update to 1.4.1. |
Date: |
Sun, 21 Aug 2022 15:00:26 -0400 (EDT) |
monego pushed a commit to branch master
in repository guix.
commit 78ff8159816b038b959c8c5912f0173eb506fcab
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Wed Aug 17 00:22:37 2022 -0300
gnu: srain: Update to 1.4.1.
* gnu/packages/irc.scm (srain): Update to 1.4.1.
---
gnu/packages/irc.scm | 4 ++--
1 file 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
- branch master updated (706b3ef38b -> 50fd598729), guix-commits, 2022/08/21
- 04/06: gnu: lightspark: Update to 0.8.6., guix-commits, 2022/08/21
- 01/06: gnu: python-wand: Update to 0.6.10., guix-commits, 2022/08/21
- 06/06: gnu: cozy: Update to 1.2.1., guix-commits, 2022/08/21
- 02/06: gnu: srain: Update to 1.4.1.,
guix-commits <=
- 03/06: gnu: lightspark: Remove optional input gnash., guix-commits, 2022/08/21
- 05/06: gnu: lightspark: Remove input labels., guix-commits, 2022/08/21