This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1b410c297b gnu: terminator: Update to 2.1.5.
1b410c297b is described below
commit 1b410c297b0a10b84638c6446311da9fe48d73ab
Author: Andy Tai <[email protected]>
AuthorDate: Wed May 28 22:50:30 2025 -0700
gnu: terminator: Update to 2.1.5.
* gnu/packages/gnome.scm (terminator): Update to 2.1.5.
Change-Id: Ia4e6eefe39dcbf65033a301e2e2bf248c1916fc4
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ec51af0490..56236013a7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12380,7 +12380,7 @@ advanced image management tool")
(define-public terminator
(package
(name "terminator")
- (version "2.1.4")
+ (version "2.1.5")
(source
(origin
(method url-fetch)
@@ -12388,7 +12388,7 @@ advanced image management tool")
"releases/download/v" version "/"
name "-" version ".tar.gz"))
(sha256
- (base32 "1s65y2yjrigbvqzgxvwr8pj199199bx7m0nhf7g1vrk2x3nb09xg"))))
+ (base32 "00qfbmbnqwwyxdn6y4729y39wpym8n8n2l6qfd8mvd1xppc9q8gh"))))
(build-system python-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)