Merge pull request #19355 from DamienCassou/vdirsyncer-0.13.1

vdirsyncer: 0.11.3 -> 0.13.1
This commit is contained in:
Frederik Rietdijk 2016-10-08 09:49:32 +02:00 committed by GitHub
commit bf003d986c
2 changed files with 7 additions and 4 deletions

View File

@ -1,14 +1,17 @@
{ stdenv, fetchurl, pythonPackages, glibcLocales }:
{ stdenv, fetchurl, python3Packages, glibcLocales }:
# Packaging documentation at:
# https://github.com/untitaker/vdirsyncer/blob/master/docs/packaging.rst
let
pythonPackages = python3Packages;
in
pythonPackages.buildPythonApplication rec {
version = "0.11.3";
version = "0.13.1";
name = "vdirsyncer-${version}";
src = fetchurl {
url = "mirror://pypi/v/vdirsyncer/${name}.tar.gz";
sha256 = "10majl58vdpxgbddjqgwblvl7akvvr4c2c8iaxnf3kgyh01jq6k9";
sha256 = "1c4kipcc7dx1rn5j1a1x7wckz09mm9ihwakf3ramwn1y78q5zanb";
};
propagatedBuildInputs = with pythonPackages; [

View File

@ -14709,7 +14709,7 @@ in
vcprompt = callPackage ../applications/version-management/vcprompt { };
vdirsyncer = callPackage ../tools/misc/vdirsyncer { pythonPackages = python3Packages; };
vdirsyncer = callPackage ../tools/misc/vdirsyncer { };
vdpauinfo = callPackage ../tools/X11/vdpauinfo { };