mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
python312Packages.recurring-ical-events: 3.3.3 -> 3.3.4
Diff: https://github.com/niccokunzmann/python-recurring-ical-events/compare/refs/tags/v3.3.3...v3.3.4 Changelog: https://github.com/niccokunzmann/python-recurring-ical-events/blob/refs/tags/v3.3.4/README.rst#changelog
This commit is contained in:
parent
909473552e
commit
14d9dc1b8c
1 changed files with 2 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "recurring-ical-events";
|
||||
version = "3.3.3";
|
||||
version = "3.3.4";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
|
@ -26,13 +26,11 @@ buildPythonPackage rec {
|
|||
owner = "niccokunzmann";
|
||||
repo = "python-recurring-ical-events";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-gEatTTpRiqtDAn+JtoJuVHPYKmEkc5saw3hy4ZYZfX8=";
|
||||
hash = "sha256-3KlmJJmak3X9adUlcmclnCv9D1Ddr+woFokrinZBYoE=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonRelaxDeps = [ "x-wr-timezone" ];
|
||||
|
||||
dependencies = [
|
||||
icalendar
|
||||
python-dateutil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue