gnu: terminator: Update to 2.1.1.

* gnu/packages/gnome.scm (terminator): Update to 2.1.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-03 20:40:28 +02:00
parent b805d4c419
commit 77038ad4f1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -10895,7 +10895,7 @@ (define-public gthumb
(define-public terminator
(package
(name "terminator")
(version "2.1.0")
(version "2.1.1")
(source
(origin
(method url-fetch)
@ -10903,8 +10903,7 @@ (define-public terminator
"releases/download/v" version "/"
name "-" version ".tar.gz"))
(sha256
(base32
"1vap4li2i24l1iz2q4b8wvhj8flamarf18xcmzq5ik2vzcrisbjy"))))
(base32 "0xdgmam7ghnxw6g38a4gjw3kk3rhga8c66lns18k928jlr9fmddw"))))
(build-system python-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)