vdirsyncer: 0.8.1 -> 0.9.0

wip/yesman
Damien Cassou 8 years ago
parent 885acea1dd
commit 38f0628928
  1. 9
      pkgs/tools/misc/vdirsyncer/default.nix

@ -1,13 +1,13 @@
{ stdenv, fetchurl, pythonPackages }:
pythonPackages.buildPythonPackage rec {
version = "0.8.1";
version = "0.9.0";
name = "vdirsyncer-${version}";
namePrefix = "";
src = fetchurl {
url = "https://pypi.python.org/packages/source/v/vdirsyncer/${name}.tar.gz";
sha256 = "1abflqw6x30xd2dlj58cr5n62x98kc0ia9f9vr8l64k2z1fjlq78";
sha256 = "0s9awjr9v60rr80xcpwmdhkf4v1yqnydahjmxwvxmh64565is465";
};
propagatedBuildInputs = with pythonPackages; [
@ -20,6 +20,11 @@ pythonPackages.buildPythonPackage rec {
atomicwrites
];
# Unfortunately, checking this package seems a bit too complex
# https://github.com/NixOS/nixpkgs/pull/13098#issuecomment-185914025
# https://github.com/untitaker/vdirsyncer/issues/334#issuecomment-185872854
doCheck = false;
meta = with stdenv.lib; {
homepage = https://github.com/untitaker/vdirsyncer;
description = "Synchronize calendars and contacts";

Loading…
Cancel
Save