From a79048405dbede2c31afd235a98ca44610bdc8df Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 22 Jul 2024 15:06:45 +0200 Subject: [PATCH] python312Packages.fastcore: 1.5.53 -> 1.5.54 Diff: https://github.com/fastai/fastcore/compare/refs/tags/1.5.53...1.5.54 Changelog: https://github.com/fastai/fastcore/blob/1.5.54/CHANGELOG.md --- pkgs/development/python-modules/fastcore/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/fastcore/default.nix b/pkgs/development/python-modules/fastcore/default.nix index 880459354e4c..1c5823e8f917 100644 --- a/pkgs/development/python-modules/fastcore/default.nix +++ b/pkgs/development/python-modules/fastcore/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "fastcore"; - version = "1.5.53"; + version = "1.5.54"; pyproject = true; disabled = pythonOlder "3.8"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "fastai"; repo = "fastcore"; rev = "refs/tags/${version}"; - hash = "sha256-/G2v1jFoAiDHM4T/XQx/tHZRBWb+7XY3Jsw5lFFSp1E="; + hash = "sha256-42HEyxufJrzc5T6t6ixA5I0n8rh8wZ8MTfsjnmhbUfk="; }; build-system = [ setuptools ];