vdirsyncer: 0.14.1 -> 0.15.0

This commit is contained in:
Matthias Beyer 2017-04-25 12:30:54 +02:00
parent add585af11
commit cca20a7114

View File

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