GNU bug report logs -
#78625
[PATCH] gnu: termnator: Update to 2.1.5.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Thu, 29 May 2025 05:51:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (terminator): Update to 2.1.5.
Change-Id: Ia4e6eefe39dcbf65033a301e2e2bf248c1916fc4
---
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 d03e829b24..7e84a698e9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12380,7 +12380,7 @@ (define-public gthumb
(define-public terminator
(package
(name "terminator")
- (version "2.1.4")
+ (version "2.1.5")
(source
(origin
(method url-fetch)
@@ -12388,7 +12388,7 @@ (define-public terminator
"releases/download/v" version "/"
name "-" version ".tar.gz"))
(sha256
- (base32 "1s65y2yjrigbvqzgxvwr8pj199199bx7m0nhf7g1vrk2x3nb09xg"))))
+ (base32 "00qfbmbnqwwyxdn6y4729y39wpym8n8n2l6qfd8mvd1xppc9q8gh"))))
(build-system python-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
base-commit: 04eef950af05444ce42682364041dcbd3fa7afd5
--
2.43.0
This bug report was last modified 13 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.