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 <andreas@enge.fr>
This commit is contained in:
Andy Tai 2025-05-28 22:50:30 -07:00 committed by Andreas Enge
parent 919595abb8
commit 1b410c297b
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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)