1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

gnu: calcurse: Update to 4.5.1.

* gnu/packages/calcurse.scm (calcurse): Update to 4.5.1.
This commit is contained in:
Tobias Geerinckx-Rice
2019-11-30 22:32:45 +01:00
parent 11a05344ec
commit 93a02ae98c
+2 -2
View File
@@ -30,14 +30,14 @@
(define-public calcurse
(package
(name "calcurse")
(version "4.5.0")
(version "4.5.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://calcurse.org/files/calcurse-"
version ".tar.gz"))
(sha256
(base32 "1vjwcmp51h7dsvwn0qx93w9chp3wp970v7d9mjhk7jyamcbfywn3"))))
(base32 "0cgkd285x5pk62lmdx9fjxl46c5lj8wj2cqbxq7d99yb4il5fdjk"))))
(build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses)))
(native-inputs `(("tzdata" ,tzdata-for-tests)))