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