nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

python36Packages.icalendar: 3.9.0 -> 4.0.3

authored by

Jörg Thalheim and committed by
GitHub
d221f7d0 4f667e1e

+2 -2
+2 -2
pkgs/development/python-modules/icalendar/default.nix
··· 7 7 }: 8 8 9 9 buildPythonPackage rec { 10 - version = "3.9.0"; 10 + version = "4.0.3"; 11 11 pname = "icalendar"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "93d0b94eab23d08f62962542309916a9681f16de3d5eca1c75497f30f1b07792"; 15 + sha256 = "0mk3dk1dxkcm46jy48v27j2w2349iv4sbimqj1yb5js43mx49hh7"; 16 16 }; 17 17 18 18 buildInputs = [ setuptools ];