lol

Merge pull request #14940 from DamienCassou/vdirsyncher-0.10

vdirsyncer: 0.9.3 -> 0.10.0

+4 -5
+4 -5
pkgs/tools/misc/vdirsyncer/default.nix
··· 3 3 # Packaging documentation at: 4 4 # https://github.com/untitaker/vdirsyncer/blob/master/docs/packaging.rst 5 5 pythonPackages.buildPythonApplication rec { 6 - version = "0.9.3"; 6 + version = "0.10.0"; 7 7 name = "vdirsyncer-${version}"; 8 8 namePrefix = ""; 9 9 10 10 src = fetchurl { 11 - url = "https://pypi.python.org/packages/source/v/vdirsyncer/${name}.tar.gz"; 12 - sha256 = "1wjhzjfcvwz68j6wc5cmjsw69ggwcpfy7jp7z7q6fnwwp4dr98lc"; 11 + url = "https://pypi.python.org/packages/0b/fb/c42223e1e9169e4770194e62143d431755724b080d8cb77f14705b634815/vdirsyncer-0.10.0.tar.gz"; 12 + sha256 = "1gf86sbd6w0w4zayh9r3irlp5jwrzbjikjc0vs5zkdpa5c199f78"; 13 13 }; 14 14 15 15 propagatedBuildInputs = with pythonPackages; [ 16 16 click click-log click-threading 17 - lxml 18 17 requests_toolbelt 19 18 requests2 20 19 atomicwrites ··· 31 30 meta = with stdenv.lib; { 32 31 homepage = https://github.com/pimutils/vdirsyncer; 33 32 description = "Synchronize calendars and contacts"; 34 - maintainers = with maintainers; [ matthiasbeyer jgeerds ]; 33 + maintainers = with maintainers; [ matthiasbeyer jgeerds DamienCassou ]; 35 34 platforms = platforms.all; 36 35 license = licenses.mit; 37 36 };