mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: calcurse: Update to 4.5.1.
* gnu/packages/calcurse.scm (calcurse): Update to 4.5.1.
This commit is contained in:
parent
11a05344ec
commit
93a02ae98c
1 changed files with 2 additions and 2 deletions
|
@ -30,14 +30,14 @@ (define-module (gnu packages calcurse)
|
||||||
(define-public calcurse
|
(define-public calcurse
|
||||||
(package
|
(package
|
||||||
(name "calcurse")
|
(name "calcurse")
|
||||||
(version "4.5.0")
|
(version "4.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://calcurse.org/files/calcurse-"
|
(uri (string-append "https://calcurse.org/files/calcurse-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vjwcmp51h7dsvwn0qx93w9chp3wp970v7d9mjhk7jyamcbfywn3"))))
|
(base32 "0cgkd285x5pk62lmdx9fjxl46c5lj8wj2cqbxq7d99yb4il5fdjk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("ncurses" ,ncurses)))
|
(inputs `(("ncurses" ,ncurses)))
|
||||||
(native-inputs `(("tzdata" ,tzdata-for-tests)))
|
(native-inputs `(("tzdata" ,tzdata-for-tests)))
|
||||||
|
|
Loading…
Reference in a new issue