mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: countdown: Update to 1.5.0.
* gnu/packages/time.scm (countdown): Update to 1.5.0. [native-inputs]: Remove go-github-com-mattn-go-runewidth. Change-Id: I6a1267721abf2fd1dde4cfe75ddf40a7cb1ed6ed
This commit is contained in:
parent
702d01a596
commit
bc4a097d8b
1 changed files with 3 additions and 4 deletions
|
@ -662,7 +662,7 @@ (define-public tz
|
||||||
(define-public countdown
|
(define-public countdown
|
||||||
(package
|
(package
|
||||||
(name "countdown")
|
(name "countdown")
|
||||||
(version "1.0.0")
|
(version "1.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -671,13 +671,12 @@ (define-public countdown
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0pdaw1krr0bsl4amhwx03v2b02iznvwvqn7af5zp4fkzjaj14cdw"))))
|
(base32 "0snz26dvj8v58fyzd51bcf07b5yp2akcyy26w7b0pnkmlh3lknmk"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/antonmedv/countdown"))
|
'(#:import-path "github.com/antonmedv/countdown"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("runewidth" ,go-github-com-mattn-go-runewidth)
|
`(("termbox" ,go-github.com-nsf-termbox-go)))
|
||||||
("termbox" ,go-github.com-nsf-termbox-go)))
|
|
||||||
(home-page "https://github.com/antonmedv/countdown")
|
(home-page "https://github.com/antonmedv/countdown")
|
||||||
(synopsis "Counts to zero with a text user interface")
|
(synopsis "Counts to zero with a text user interface")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue