about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-30 16:18:24 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-31 01:18:24 +0200
commit21155d586fb3f15a53c3affb662633b3cf2978ae (patch)
tree600e7fc8a1b8be3a843b97a82c6d894e8f311f37 /pkgs/applications/misc
parentea3769ec81a3a8e95ecd995d90165998a2d91938 (diff)
downloadnixlib-21155d586fb3f15a53c3affb662633b3cf2978ae.tar
nixlib-21155d586fb3f15a53c3affb662633b3cf2978ae.tar.gz
nixlib-21155d586fb3f15a53c3affb662633b3cf2978ae.tar.bz2
nixlib-21155d586fb3f15a53c3affb662633b3cf2978ae.tar.lz
nixlib-21155d586fb3f15a53c3affb662633b3cf2978ae.tar.xz
nixlib-21155d586fb3f15a53c3affb662633b3cf2978ae.tar.zst
nixlib-21155d586fb3f15a53c3affb662633b3cf2978ae.zip
khal: 0.9.8 -> 0.9.9 (#41267)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/khal/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/wkssgwwqyffwnf7c8p1zi180xjm256il-khal-0.9.9/bin/.ikhal-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wkssgwwqyffwnf7c8p1zi180xjm256il-khal-0.9.9/bin/ikhal had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wkssgwwqyffwnf7c8p1zi180xjm256il-khal-0.9.9/bin/.khal-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wkssgwwqyffwnf7c8p1zi180xjm256il-khal-0.9.9/bin/khal had a zero exit code or showed the expected version
- 0 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 0.9.9 with grep in /nix/store/wkssgwwqyffwnf7c8p1zi180xjm256il-khal-0.9.9
- directory tree listing: https://gist.github.com/a146a88f248f45c280a17c50a0d46b79
- du listing: https://gist.github.com/72d0555178317dce9c07ab814f13f512
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/khal/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/khal/default.nix b/pkgs/applications/misc/khal/default.nix
index 5351cd41b251..9dd466c442aa 100644
--- a/pkgs/applications/misc/khal/default.nix
+++ b/pkgs/applications/misc/khal/default.nix
@@ -5,11 +5,11 @@ with python3Packages;
 buildPythonApplication rec {
   name = "${pname}-${version}";
   pname = "khal";
-  version = "0.9.8";
+  version = "0.9.9";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1blx3gxnv7sj302biqphfw7i6ilzl2xlmvzp130n3113scg9w17y";
+    sha256 = "0dq9aqb9pqjfqrnfg43mhpb7m0szmychxy1ydb3lwzf3500c9rsh";
   };
 
   LC_ALL = "en_US.UTF-8";