gnu: terminator: Update to 2.1.1.
* gnu/packages/gnome.scm (terminator): Update to 2.1.1.
This commit is contained in:
parent
b805d4c419
commit
77038ad4f1
1 changed files with 2 additions and 3 deletions
|
@ -10895,7 +10895,7 @@ advanced image management tool")
|
||||||
(define-public terminator
|
(define-public terminator
|
||||||
(package
|
(package
|
||||||
(name "terminator")
|
(name "terminator")
|
||||||
(version "2.1.0")
|
(version "2.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -10903,8 +10903,7 @@ advanced image management tool")
|
||||||
"releases/download/v" version "/"
|
"releases/download/v" version "/"
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0xdgmam7ghnxw6g38a4gjw3kk3rhga8c66lns18k928jlr9fmddw"))))
|
||||||
"1vap4li2i24l1iz2q4b8wvhj8flamarf18xcmzq5ik2vzcrisbjy"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
|
Reference in a new issue