From 7be407b0a02f43959ed085559c57103c2541780c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 28 May 2024 09:02:10 +0200 Subject: [PATCH 1/2] python312Packages.fastcore: 1.5.38 -> 1.5.40 Diff: https://github.com/fastai/fastcore/compare/refs/tags/1.5.38...1.5.40 Changelog: https://github.com/fastai/fastcore/blob/1.5.40/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 a4f9560514be..dca4a9350146 100644 --- a/pkgs/development/python-modules/fastcore/default.nix +++ b/pkgs/development/python-modules/fastcore/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "fastcore"; - version = "1.5.38"; + version = "1.5.40"; pyproject = true; disabled = pythonOlder "3.8"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "fastai"; repo = "fastcore"; rev = "refs/tags/${version}"; - hash = "sha256-6b2EufBAWxKMRUGfhKq2ihRN5GRUjCeM0d8cbh7ZD8A="; + hash = "sha256-mjoE5K9A2MQnVdKUZPiHAK2hNE5qS1TRZO3vVAWpRbg="; }; build-system = [ setuptools ]; From bb544c6502fca3d814587d0527b55160eaa42339 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 30 May 2024 07:39:48 +0200 Subject: [PATCH 2/2] python312Packages.fastcore: 1.5.40 -> 1.5.42 Diff: https://github.com/fastai/fastcore/compare/refs/tags/1.5.40...1.5.42 Changelog: https://github.com/fastai/fastcore/blob/1.5.42/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 dca4a9350146..50d008f7b741 100644 --- a/pkgs/development/python-modules/fastcore/default.nix +++ b/pkgs/development/python-modules/fastcore/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "fastcore"; - version = "1.5.40"; + version = "1.5.42"; pyproject = true; disabled = pythonOlder "3.8"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "fastai"; repo = "fastcore"; rev = "refs/tags/${version}"; - hash = "sha256-mjoE5K9A2MQnVdKUZPiHAK2hNE5qS1TRZO3vVAWpRbg="; + hash = "sha256-05rK1RT11ja4pNikcbSXhTG/euMeD0Xmc2Y74SJDbSQ="; }; build-system = [ setuptools ];