From d980c31db45fc73769918c248e16e48cd7f592ba Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 16 Mar 2023 11:53:43 +0100 Subject: [PATCH] python310Packages.ical: 4.2.9 -> 4.5.3 https://github.com/allenporter/ical/releases/tag/4.3.0 https://github.com/allenporter/ical/releases/tag/4.4.0 https://github.com/allenporter/ical/releases/tag/4.5.0 https://github.com/allenporter/ical/releases/tag/4.5.1 https://github.com/allenporter/ical/releases/tag/4.5.3 Co-Authored-By: Martin Weinelt --- pkgs/development/python-modules/ical/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ical/default.nix b/pkgs/development/python-modules/ical/default.nix index 1c4d884ee0ee..ded2fa71dbca 100644 --- a/pkgs/development/python-modules/ical/default.nix +++ b/pkgs/development/python-modules/ical/default.nix @@ -13,11 +13,12 @@ , pytest-golden , pytestCheckHook , pythonOlder +, pyyaml }: buildPythonPackage rec { pname = "ical"; - version = "4.2.9"; + version = "4.5.3"; format = "setuptools"; disabled = pythonOlder "3.9"; @@ -26,7 +27,7 @@ buildPythonPackage rec { owner = "allenporter"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-p1cvs+xLin2WK2zyqQFd1vWKzt+LU2mpDSieOgA7Qf8="; + hash = "sha256-CHo6khJ8Bqej/OdQBtcfa/luO1Gj8cu7h//MwPhWrMU="; }; propagatedBuildInputs = [ @@ -44,6 +45,7 @@ buildPythonPackage rec { pytest-benchmark pytest-golden pytestCheckHook + pyyaml ]; # https://github.com/allenporter/ical/issues/136