forked from mirrors/nixpkgs
python310Packages.recurring-ical-events: 2.0.1 -> 2.0.2
Diff: https://github.com/niccokunzmann/python-recurring-ical-events/compare/v2.0.1...v2.0.2 Changelog: https://github.com/niccokunzmann/python-recurring-ical-events/blob/v2.0.2/README.rst#changelog
This commit is contained in:
parent
07e1d5bc22
commit
af735e7623
|
@ -13,7 +13,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "recurring-ical-events";
|
||||
version = "2.0.1";
|
||||
version = "2.0.2";
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||
owner = "niccokunzmann";
|
||||
repo = "python-recurring-ical-events";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-1tmUf0HIKufiocAZPxkTLyicMU0o8dhSjCij2Lc/lyk=";
|
||||
hash = "sha256-aM7c/HE8xLqT5wCLaCrfFn6c7FIkCJA6TTICZprAgNM=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue