summary refs log tree commit diff
path: root/pkgs/applications/misc/khal
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-03-25 19:14:30 -0500
committerWill Dietz <w@wdtz.org>2019-03-25 22:36:42 -0500
commitad91dca85111252273fef1b34316571c5644f987 (patch)
tree2432a65657dc7a639a78f4e9c457f7d2a96fc549 /pkgs/applications/misc/khal
parent2924563f88a546103ae977493837e350aa4cc527 (diff)
downloadnixpkgs-ad91dca85111252273fef1b34316571c5644f987.tar
nixpkgs-ad91dca85111252273fef1b34316571c5644f987.tar.gz
nixpkgs-ad91dca85111252273fef1b34316571c5644f987.tar.bz2
nixpkgs-ad91dca85111252273fef1b34316571c5644f987.tar.lz
nixpkgs-ad91dca85111252273fef1b34316571c5644f987.tar.xz
nixpkgs-ad91dca85111252273fef1b34316571c5644f987.tar.zst
nixpkgs-ad91dca85111252273fef1b34316571c5644f987.zip
khal: 0.9.10 -> 0.10.0
https://github.com/pimutils/khal/releases/tag/v0.10.0

* new dep, click-log
* enable tests (pass!)

Release notes mention 'only dateutil < 2.7 is supported',
which may be a problem as ours is currently 2.8.

There's a history of python-dateutil version particularity
in previous releases (such as 0.9.10 upgrading from),
unsure if should override to older or if it's just a suggestion.
Diffstat (limited to 'pkgs/applications/misc/khal')
-rw-r--r--pkgs/applications/misc/khal/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/misc/khal/default.nix b/pkgs/applications/misc/khal/default.nix
index da0c8c38e73..52edb44efe9 100644
--- a/pkgs/applications/misc/khal/default.nix
+++ b/pkgs/applications/misc/khal/default.nix
@@ -2,18 +2,19 @@
 
 with python3.pkgs; buildPythonApplication rec {
   pname = "khal";
-  version = "0.9.10";
+  version = "0.10.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "03h0j0d3xyqh98x5v2gv63wv3g91hip3vsaxvybsn5iz331d23h4";
+    sha256 = "1p49f3g25x900vk32spjbr2aipj12kcbhayny2vwhdpkjlv6k396";
   };
 
-  LC_ALL = "en_US.UTF-8";
+  LC_ALL = "C.UTF-8";
 
   propagatedBuildInputs = [
     atomicwrites
     click
+    click-log
     configobj
     dateutil
     icalendar
@@ -27,15 +28,14 @@ with python3.pkgs; buildPythonApplication rec {
     pkginfo
     freezegun
   ];
-  nativeBuildInputs = [ setuptools_scm pkgs.glibcLocales ];
+  nativeBuildInputs = [ setuptools_scm ];
   checkInputs = [ pytest ];
 
   postInstall = ''
     install -D misc/__khal $out/share/zsh/site-functions/__khal
   '';
 
-  # One test fails as of 0.9.10 due to the upgrade to icalendar 4.0.3
-  doCheck = false;
+  doCheck = true;
 
   checkPhase = ''
     py.test