mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: termite: Update to 12.
* gnu/packages/terminals.scm (termite): Update to 12.
This commit is contained in:
parent
9bf160a3d0
commit
ebe3515f78
1 changed files with 3 additions and 3 deletions
|
@ -88,7 +88,7 @@ (define-public tilda
|
|||
(define-public termite
|
||||
(package
|
||||
(name "termite")
|
||||
(version "11")
|
||||
(version "12")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -99,8 +99,8 @@ (define-public termite
|
|||
(recursive? #t)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"1cw4yw7n9m2si8b7zcfyz9pyihncabxm5g39v1mxslfajxgwzmd8"))))
|
||||
(base32
|
||||
"0s6dyg3vcqk5qcx90bs24wdnd3p56rdjdcanx4pcxvp6ksjl61jz"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases (alist-delete 'configure %standard-phases)
|
||||
|
|
Loading…
Reference in a new issue