summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2016-10-08 09:09:55 +0200
committerDamien Cassou <damien@cassou.me>2016-10-08 09:15:11 +0200
commit225cc1c106a07ed0a0ec82efd8eaa6f50875017c (patch)
tree77157803bd3dfd27165e08013468ce2a38038360 /pkgs/tools/misc
parent0d47c06b4a37b0e03cd820039f4d9221648fb10f (diff)
downloadnixlib-225cc1c106a07ed0a0ec82efd8eaa6f50875017c.tar
nixlib-225cc1c106a07ed0a0ec82efd8eaa6f50875017c.tar.gz
nixlib-225cc1c106a07ed0a0ec82efd8eaa6f50875017c.tar.bz2
nixlib-225cc1c106a07ed0a0ec82efd8eaa6f50875017c.tar.lz
nixlib-225cc1c106a07ed0a0ec82efd8eaa6f50875017c.tar.xz
nixlib-225cc1c106a07ed0a0ec82efd8eaa6f50875017c.tar.zst
nixlib-225cc1c106a07ed0a0ec82efd8eaa6f50875017c.zip
vdirsyncer: 0.11.3 -> 0.13.1
vdirsyncer > 0.13.0 does not support python 2 anymore.
https://github.com/pimutils/vdirsyncer/blob/master/CHANGELOG.rst#version-0130
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/vdirsyncer/default.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/tools/misc/vdirsyncer/default.nix b/pkgs/tools/misc/vdirsyncer/default.nix
index 51762006b623..998679e15eb8 100644
--- a/pkgs/tools/misc/vdirsyncer/default.nix
+++ b/pkgs/tools/misc/vdirsyncer/default.nix
@@ -1,14 +1,17 @@
-{ stdenv, fetchurl, pythonPackages, glibcLocales }:
+{ stdenv, fetchurl, python3Packages, glibcLocales }:
 
 # Packaging documentation at:
 # https://github.com/untitaker/vdirsyncer/blob/master/docs/packaging.rst
+let
+  pythonPackages = python3Packages;
+in
 pythonPackages.buildPythonApplication rec {
-  version = "0.11.3";
+  version = "0.13.1";
   name = "vdirsyncer-${version}";
 
   src = fetchurl {
     url = "mirror://pypi/v/vdirsyncer/${name}.tar.gz";
-    sha256 = "10majl58vdpxgbddjqgwblvl7akvvr4c2c8iaxnf3kgyh01jq6k9";
+    sha256 = "1c4kipcc7dx1rn5j1a1x7wckz09mm9ihwakf3ramwn1y78q5zanb";
   };
 
   propagatedBuildInputs = with pythonPackages; [