From a76e5f665ca3800f3bb06dd4395be914ae420a2f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 27 Sep 2024 10:44:59 +0200 Subject: [PATCH] python312Packages.fastcore: 1.7.9 -> 1.7.10 Diff: https://github.com/fastai/fastcore/compare/refs/tags/1.7.9...1.7.10 Changelog: https://github.com/fastai/fastcore/blob/1.7.10/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 0aacc52e3f76..f1047b6adac2 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.9"; + version = "1.7.10"; pyproject = true; disabled = pythonOlder "3.8"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "fastai"; repo = "fastcore"; rev = "refs/tags/${version}"; - hash = "sha256-OGqd+pLM3THcPD3JtccjH6sgpVEhcNVnGbIbyMFfqTU="; + hash = "sha256-ksHJrgNju2rEVHcKU6jpW6izQPFgrWvDrvDZy0/Cgug="; }; build-system = [ setuptools ];