python3Packages.fastcore: 1.12.38 -> 1.12.39

This commit is contained in:
R. Ryantm
2026-04-20 21:20:11 +00:00
parent 1a2cead235
commit ed4ed6523e
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "fastcore";
version = "1.12.38";
version = "1.12.39";
pyproject = true;
src = fetchFromGitHub {
owner = "fastai";
repo = "fastcore";
tag = finalAttrs.version;
hash = "sha256-xqME3sz7AqGsIuTb8Ge4ByDi4sfwKo/TXEAw6/cTTmU=";
hash = "sha256-4pa0h+8V7E3CJtJguM/OhEK61OeK/+JKEL7fNsWIKek=";
};
build-system = [ setuptools ];