mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: terminator: Update to 2.1.2.
From <https://issues.guix.gnu.org/59059> by Andy Tai. * gnu/packages/gnome.scm (terminator): Update to 2.1.2.
This commit is contained in:
parent
bea2240968
commit
7b89ef185b
1 changed files with 2 additions and 2 deletions
|
@ -11932,7 +11932,7 @@ (define-public gthumb
|
|||
(define-public terminator
|
||||
(package
|
||||
(name "terminator")
|
||||
(version "2.1.1")
|
||||
(version "2.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -11940,7 +11940,7 @@ (define-public terminator
|
|||
"releases/download/v" version "/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0xdgmam7ghnxw6g38a4gjw3kk3rhga8c66lns18k928jlr9fmddw"))))
|
||||
(base32 "10shpn8id7z43d4dpx16x76mgxnk4mr976j5cg28icjiiaidyfc2"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
|
|
Loading…
Reference in a new issue