vdirsyncer: 0.7.3 -> 0.8.1

This commit is contained in:
Matthias Beyer 2016-02-02 21:14:02 +01:00
parent bb64f135b1
commit aa6deb40e8

View File

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