3
0
Fork 0
forked from mirrors/nixpkgs

vdirsyncer: 0.8.1 -> 0.9.0

This commit is contained in:
Matthias Beyer 2016-02-16 14:13:53 +01:00
parent 400ade95ff
commit acd75605a2

View file

@ -1,13 +1,13 @@
{ stdenv, fetchurl, pythonPackages }: { stdenv, fetchurl, pythonPackages }:
pythonPackages.buildPythonPackage rec { pythonPackages.buildPythonPackage rec {
version = "0.8.1"; version = "0.9.0";
name = "vdirsyncer-${version}"; name = "vdirsyncer-${version}";
namePrefix = ""; namePrefix = "";
src = fetchurl { src = fetchurl {
url = "https://pypi.python.org/packages/source/v/vdirsyncer/${name}.tar.gz"; url = "https://pypi.python.org/packages/source/v/vdirsyncer/${name}.tar.gz";
sha256 = "1abflqw6x30xd2dlj58cr5n62x98kc0ia9f9vr8l64k2z1fjlq78"; sha256 = "0s9awjr9v60rr80xcpwmdhkf4v1yqnydahjmxwvxmh64565is465";
}; };
propagatedBuildInputs = with pythonPackages; [ propagatedBuildInputs = with pythonPackages; [