summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2024-06-02 22:23:40 -0700
committerChristopher Baines <mail@cbaines.net>2024-06-06 17:53:49 +0100
commita238802f565894d466c90fcc6b08e89c4ff9f4a5 (patch)
tree596cf4ebecaf46ffa5d7501d7981d1a69c3d1763
parent94fd9da1bbd766df9e77b028dfaf595be667295e (diff)
gnu: terminator: Update to 2.1.4.
* gnu/packages/gnome.scm (terminator): Update to 2.1.4. Change-Id: I84372d73a999dc26dbd337b221f94aab75c97c22 Signed-off-by: Christopher Baines <mail@cbaines.net>
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 30d87e2b6c..b9676ffd57 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12141,7 +12141,7 @@ advanced image management tool")
(define-public terminator
(package
(name "terminator")
- (version "2.1.3")
+ (version "2.1.4")
(source
(origin
(method url-fetch)
@@ -12149,7 +12149,7 @@ advanced image management tool")
"releases/download/v" version "/"
name "-" version ".tar.gz"))
(sha256
- (base32 "1rbarn9pq3g8k13clxiy0d62g0fxhkg5bcxw2h626wkb7lzr9s8a"))))
+ (base32 "1s65y2yjrigbvqzgxvwr8pj199199bx7m0nhf7g1vrk2x3nb09xg"))))
(build-system python-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)