vdirsyncer: 0.15.0 -> 0.16.3

This commit is contained in:
Matthias Beyer 2017-10-31 16:22:38 +01:00
parent 12255a855f
commit 713a7b65e7

View File

@ -6,12 +6,12 @@ let
pythonPackages = python3Packages;
in
pythonPackages.buildPythonApplication rec {
version = "0.15.0";
version = "0.16.3";
name = "vdirsyncer-${version}";
src = fetchurl {
url = "mirror://pypi/v/vdirsyncer/${name}.tar.gz";
sha256 = "08aa5yxcj7ziz2r0hz4p554q8hgpfl2bh8r6r85f4g24mg6arxsj";
sha256 = "0dpwbfi97ksijqng191659m8k0v215y8ld95w8gb126m4m96qpzw";
};
propagatedBuildInputs = with pythonPackages; [