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>master
parent
94fd9da1bb
commit
a238802f56
|
@ -12141,7 +12141,7 @@ advanced image management tool")
|
||||||
(define-public terminator
|
(define-public terminator
|
||||||
(package
|
(package
|
||||||
(name "terminator")
|
(name "terminator")
|
||||||
(version "2.1.3")
|
(version "2.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -12149,7 +12149,7 @@ advanced image management tool")
|
||||||
"releases/download/v" version "/"
|
"releases/download/v" version "/"
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1rbarn9pq3g8k13clxiy0d62g0fxhkg5bcxw2h626wkb7lzr9s8a"))))
|
(base32 "1s65y2yjrigbvqzgxvwr8pj199199bx7m0nhf7g1vrk2x3nb09xg"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
|
Reference in New Issue