diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-01-29 14:14:41 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-01-29 14:15:20 +0800 |
commit | 7b89ef185bd2ab093894aabf1db478f76989a2c3 (patch) | |
tree | 967078d26aea4c2fc1c9010ab4e704a012a5eb36 /gnu | |
parent | bea22409682f6d1947de7d92f264aad822c2e68c (diff) |
gnu: terminator: Update to 2.1.2.
From <https://issues.guix.gnu.org/59059> by Andy Tai.
* gnu/packages/gnome.scm (terminator): Update to 2.1.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 956979c5d5..3212196065 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11932,7 +11932,7 @@ advanced image management tool") (define-public terminator (package (name "terminator") - (version "2.1.1") + (version "2.1.2") (source (origin (method url-fetch) @@ -11940,7 +11940,7 @@ advanced image management tool") "releases/download/v" version "/" name "-" version ".tar.gz")) (sha256 - (base32 "0xdgmam7ghnxw6g38a4gjw3kk3rhga8c66lns18k928jlr9fmddw")))) + (base32 "10shpn8id7z43d4dpx16x76mgxnk4mr976j5cg28icjiiaidyfc2")))) (build-system python-build-system) (native-inputs `(("gettext" ,gettext-minimal) |