mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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 @@ (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)
|
||||
|
|
Loading…
Reference in a new issue