Merge pull request #140953 from r-ryantm/auto-update/python3.8-icalendar

python38Packages.icalendar: 4.0.7 -> 4.0.8
This commit is contained in:
Ryan Burns 2021-10-10 14:16:31 -07:00 committed by GitHub
commit f7d3aec5ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,12 @@
}:
buildPythonPackage rec {
version = "4.0.7";
version = "4.0.8";
pname = "icalendar";
src = fetchPypi {
inherit pname version;
sha256 = "0fc18d87f66e0b5da84fa731389496cfe18e4c21304e8f6713556b2e8724a7a4";
sha256 = "7508a92b4e36049777640b0ae393e7219a16488d852841a0e57b44fe51d9f848";
};
buildInputs = [ setuptools ];