gnu: termite: Update to 13.
* gnu/packages/terminals.scm (termite): Update to 13.
This commit is contained in:
parent
972fa87039
commit
98bd11cfe7
1 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ configurable through a graphical wizard.")
|
||||||
(define-public termite
|
(define-public termite
|
||||||
(package
|
(package
|
||||||
(name "termite")
|
(name "termite")
|
||||||
(version "12")
|
(version "13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -109,7 +109,7 @@ configurable through a graphical wizard.")
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s6dyg3vcqk5qcx90bs24wdnd3p56rdjdcanx4pcxvp6ksjl61jz"))))
|
"02cn70ygl93ghhkhs3xdxn5b1yadc255v3yp8cmhhyzsv5027hvj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue