diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-03 20:40:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-03 20:40:28 +0200 |
commit | 77038ad4f105c9ecee74fdd5c597f727a1956afd (patch) | |
tree | 2a2b62f9fdaf3db3252fad7327de1cd86075132d | |
parent | b805d4c4199f3605c0f4a8730861e63bab9ba686 (diff) |
gnu: terminator: Update to 2.1.1.
* gnu/packages/gnome.scm (terminator): Update to 2.1.1.
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ed6d433cf9..34f5078581 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10895,7 +10895,7 @@ advanced image management tool") (define-public terminator (package (name "terminator") - (version "2.1.0") + (version "2.1.1") (source (origin (method url-fetch) @@ -10903,8 +10903,7 @@ advanced image management tool") "releases/download/v" version "/" name "-" version ".tar.gz")) (sha256 - (base32 - "1vap4li2i24l1iz2q4b8wvhj8flamarf18xcmzq5ik2vzcrisbjy")))) + (base32 "0xdgmam7ghnxw6g38a4gjw3kk3rhga8c66lns18k928jlr9fmddw")))) (build-system python-build-system) (native-inputs `(("gettext" ,gettext-minimal) |