gnu: termite: Update to 12.
* gnu/packages/terminals.scm (termite): Update to 12.
This commit is contained in:
parent
9bf160a3d0
commit
ebe3515f78
|
@ -88,7 +88,7 @@ configureable through a graphical wizard.")
|
||||||
(define-public termite
|
(define-public termite
|
||||||
(package
|
(package
|
||||||
(name "termite")
|
(name "termite")
|
||||||
(version "11")
|
(version "12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -99,8 +99,8 @@ configureable through a graphical wizard.")
|
||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cw4yw7n9m2si8b7zcfyz9pyihncabxm5g39v1mxslfajxgwzmd8"))))
|
"0s6dyg3vcqk5qcx90bs24wdnd3p56rdjdcanx4pcxvp6ksjl61jz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (alist-delete 'configure %standard-phases)
|
`(#:phases (alist-delete 'configure %standard-phases)
|
||||||
|
|
Loading…
Reference in New Issue