mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 18:23:09 +00:00
python: caldav: 0.6.2 -> 0.7.0
This commit is contained in:
parent
6c3b1571ed
commit
857c3524c2
@ -10,13 +10,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "caldav";
|
pname = "caldav";
|
||||||
version = "0.6.2";
|
version = "0.7.0";
|
||||||
|
|
||||||
propagatedBuildInputs = [ tzlocal requests vobject lxml nose ];
|
propagatedBuildInputs = [ tzlocal requests vobject lxml nose ];
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "80c33b143539da3a471148ac89512f67d9df3a5286fae5a023e2ad3923246c0d";
|
sha256 = "f5982b204fcfac8598381e35e46b667542bd728009971271463f81100e6e5943";
|
||||||
};
|
};
|
||||||
|
|
||||||
# xandikos is only a optional test dependency, not available for python3
|
# xandikos is only a optional test dependency, not available for python3
|
||||||
|
Loading…
Reference in New Issue
Block a user