Merge pull request #49043 from r-ryantm/auto-update/python3.6-icalendar

python36Packages.icalendar: 3.9.0 -> 4.0.3
This commit is contained in:
Jörg Thalheim 2018-10-28 22:36:07 +00:00 committed by GitHub
commit d221f7d0c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,12 @@
}:
buildPythonPackage rec {
version = "3.9.0";
version = "4.0.3";
pname = "icalendar";
src = fetchPypi {
inherit pname version;
sha256 = "93d0b94eab23d08f62962542309916a9681f16de3d5eca1c75497f30f1b07792";
sha256 = "0mk3dk1dxkcm46jy48v27j2w2349iv4sbimqj1yb5js43mx49hh7";
};
buildInputs = [ setuptools ];