Merge pull request #318470 from fabaff/fastcore-bump

python311Packages.fastcore: 1.5.44 -> 1.5.45
This commit is contained in:
Fabian Affolter
2024-06-09 16:22:57 +02:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.5.44";
version = "1.5.45";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = "fastcore";
rev = "refs/tags/${version}";
hash = "sha256-78PFSLqPmFgdKKYHGID7pHczCXvfFeyBG1vbZSoq7ts=";
hash = "sha256-8fpH676g36d+VgJNmlGQf4uwPMAXQpxq7F4fwO0PsZk=";
};
build-system = [ setuptools ];