vdirsyncer: 0.13.1 -> 0.14.0
This commit is contained in:
parent
c2169369f0
commit
3feb910354
@ -6,12 +6,12 @@ let
|
||||
pythonPackages = python3Packages;
|
||||
in
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
version = "0.13.1";
|
||||
version = "0.14.0";
|
||||
name = "vdirsyncer-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://pypi/v/vdirsyncer/${name}.tar.gz";
|
||||
sha256 = "1c4kipcc7dx1rn5j1a1x7wckz09mm9ihwakf3ramwn1y78q5zanb";
|
||||
sha256 = "1mbh2gykx9sqsnyfa962ifxksx4afl2lb9rcsbd6rsh3gj2il898";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [
|
||||
|
Loading…
Reference in New Issue
Block a user