mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: bootterm: Update to 0.2.
* gnu/packages/terminals.scm (bootterm): Update to 0.2.
This commit is contained in:
parent
ce3b439ae7
commit
a8384752c3
1 changed files with 2 additions and 2 deletions
|
@ -1432,7 +1432,7 @@ (define-public alacritty
|
||||||
(define-public bootterm
|
(define-public bootterm
|
||||||
(package
|
(package
|
||||||
(name "bootterm")
|
(name "bootterm")
|
||||||
(version "0.1")
|
(version "0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1441,7 +1441,7 @@ (define-public bootterm
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mh2i47ppcrw027nmkpjgbmx55ml21bmqihvwkhlvj1jr0vv8pva"))))
|
"08yb4kiid3028cqsx7wzyrzk46asphxlxlj1y141hi245wbql55n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test suite
|
`(#:tests? #f ; no test suite
|
||||||
|
|
Loading…
Reference in a new issue