about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-29 12:46:19 +0000
committerJon <jonringer@users.noreply.github.com>2020-03-30 17:05:58 -0700
commit725e7aec63a2c27af36170783e1b2058b0240c5b (patch)
treed940249707255b1556b20952bf8918ae4626ef14 /pkgs/applications
parentcce45bd7d724fd117d57839250149d524f69e75e (diff)
downloadnixlib-725e7aec63a2c27af36170783e1b2058b0240c5b.tar
nixlib-725e7aec63a2c27af36170783e1b2058b0240c5b.tar.gz
nixlib-725e7aec63a2c27af36170783e1b2058b0240c5b.tar.bz2
nixlib-725e7aec63a2c27af36170783e1b2058b0240c5b.tar.lz
nixlib-725e7aec63a2c27af36170783e1b2058b0240c5b.tar.xz
nixlib-725e7aec63a2c27af36170783e1b2058b0240c5b.tar.zst
nixlib-725e7aec63a2c27af36170783e1b2058b0240c5b.zip
calcurse: 4.5.1 -> 4.6.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/calcurse/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/calcurse/default.nix b/pkgs/applications/misc/calcurse/default.nix
index 8f8934cb084b..ce3a2c0a271f 100644
--- a/pkgs/applications/misc/calcurse/default.nix
+++ b/pkgs/applications/misc/calcurse/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "calcurse";
-  version = "4.5.1";
+  version = "4.6.0";
 
   src = fetchurl {
     url = "https://calcurse.org/files/${pname}-${version}.tar.gz";
-    sha256 = "0cgkd285x5pk62lmdx9fjxl46c5lj8wj2cqbxq7d99yb4il5fdjk";
+    sha256 = "0hzhdpkkn75jlymanwzl69hrrf1pw29hrchr11wlxqjpl43h62gs";
   };
 
   buildInputs = [ ncurses gettext python3 python3Packages.wrapPython ];
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
       customized to suit user needs and a very powerful set of command line options can
       be used to filter and format appointments, making it suitable for use in scripts.
     '';
-    homepage = http://calcurse.org/;
+    homepage = "http://calcurse.org/";
     license = licenses.bsd2;
     platforms = platforms.linux;
   };