From f629377c6a12aa17fb79908a9ea8a2cf1c70ec13 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 29 Dec 2024 09:24:39 +0100 Subject: [PATCH] python312Packages.fastcore: 1.7.27 -> 1.7.28 Diff: https://github.com/fastai/fastcore/compare/None...1.7.28 Changelog: https://github.com/fastai/fastcore/blob/1.7.28/CHANGELOG.md --- pkgs/development/python-modules/fastcore/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/fastcore/default.nix b/pkgs/development/python-modules/fastcore/default.nix index 452cc4853ce9..80292790230a 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.7.27"; + version = "1.7.28"; pyproject = true; disabled = pythonOlder "3.8";