From b5efcf2ae66e198feb0856de8421518afcfee580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 13 Oct 2024 18:45:12 -0700 Subject: [PATCH] python312Packages.icalendar: 6.0.0 -> 6.0.1 Diff: https://github.com/collective/icalendar/compare/refs/tags/v6.0.0...v6.0.1 Changelog: https://github.com/collective/icalendar/blob/v6.0.1/CHANGES.rst --- pkgs/development/python-modules/icalendar/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/icalendar/default.nix b/pkgs/development/python-modules/icalendar/default.nix index e03544ac41d4..fb88bcfebc84 100644 --- a/pkgs/development/python-modules/icalendar/default.nix +++ b/pkgs/development/python-modules/icalendar/default.nix @@ -14,7 +14,7 @@ }: buildPythonPackage rec { - version = "6.0.0"; + version = "6.0.1"; pname = "icalendar"; pyproject = true; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "collective"; repo = "icalendar"; rev = "refs/tags/v${version}"; - hash = "sha256-eWFDY/pNVfcUk3PfB0vXqh9swuSGtflUw44IMDJI+yI="; + hash = "sha256-pcTiXRiHtx7jVzxDkY6WDhzo8sg8fPecqTpRSRIdvfs="; }; patches = [