python312Packages.fastcore: 1.7.23 -> 1.7.25

This commit is contained in:
R. Ryantm
2024-12-09 07:37:48 +00:00
parent 962bd73da6
commit c72d33fea7
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.7.23";
version = "1.7.25";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "fastai";
repo = "fastcore";
rev = "refs/tags/${version}";
tag = version;
hash = "sha256-YsZBPcGWKxE5Cl3HCmB2ZDecFuQa5Q5aTEbZ5ijmB24=";
};