mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: terminator: Update to 2.1.5.
* gnu/packages/gnome.scm (terminator): Update to 2.1.5. Change-Id: Ia4e6eefe39dcbf65033a301e2e2bf248c1916fc4 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
919595abb8
commit
1b410c297b
1 changed files with 2 additions and 2 deletions
|
|
@ -12380,7 +12380,7 @@ advanced image management tool")
|
|||
(define-public terminator
|
||||
(package
|
||||
(name "terminator")
|
||||
(version "2.1.4")
|
||||
(version "2.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -12388,7 +12388,7 @@ advanced image management tool")
|
|||
"releases/download/v" version "/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1s65y2yjrigbvqzgxvwr8pj199199bx7m0nhf7g1vrk2x3nb09xg"))))
|
||||
(base32 "00qfbmbnqwwyxdn6y4729y39wpym8n8n2l6qfd8mvd1xppc9q8gh"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue