[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: calcurse: Update to 4.5.0.
From: |
guix-commits |
Subject: |
01/08: gnu: calcurse: Update to 4.5.0. |
Date: |
Tue, 25 Jun 2019 10:37:46 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit fabcf8c60eb3267735e9805cbf1a4ccbddbc38bb
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Jun 25 13:53:47 2019 +0200
gnu: calcurse: Update to 4.5.0.
* gnu/packages/calcurse.scm (calcurse): Update to 4.5.0.
---
gnu/packages/calcurse.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/calcurse.scm b/gnu/packages/calcurse.scm
index 5596884..c28f1f5 100644
--- a/gnu/packages/calcurse.scm
+++ b/gnu/packages/calcurse.scm
@@ -30,14 +30,14 @@
(define-public calcurse
(package
(name "calcurse")
- (version "4.4.0")
+ (version "4.5.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://calcurse.org/files/calcurse-"
version ".tar.gz"))
(sha256
- (base32 "0vw2xi6a2lrhrb8n55zq9lv4mzxhby4xdf3hmi1vlfpyrpdwkjzd"))))
+ (base32 "1vjwcmp51h7dsvwn0qx93w9chp3wp970v7d9mjhk7jyamcbfywn3"))))
(build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses)))
(native-inputs `(("tzdata" ,tzdata-for-tests)))
- branch master updated (175047c -> 5fbb9f0), guix-commits, 2019/06/25
- 02/08: gnu: memcached: Update to 1.5.16., guix-commits, 2019/06/25
- 04/08: gnu: python-libvirt: Update to 5.3.0., guix-commits, 2019/06/25
- 07/08: gnu: deutex: Update to 5.2.0., guix-commits, 2019/06/25
- 08/08: gnu: deutex: Don't use NAME in source URI., guix-commits, 2019/06/25
- 03/08: gnu: znc: Don't refer to native-inputs., guix-commits, 2019/06/25
- 01/08: gnu: calcurse: Update to 4.5.0.,
guix-commits <=
- 06/08: gnu: znc: Enable internationalisation., guix-commits, 2019/06/25
- 05/08: gnu: znc: Build with CMake., guix-commits, 2019/06/25