python311Packages.fastcore: 1.5.44 -> 1.5.45

Diff: https://github.com/fastai/fastcore/compare/refs/tags/1.5.44...1.5.45

Changelog: https://github.com/fastai/fastcore/blob/1.5.45/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-06-09 09:58:24 +02:00
parent 311cb03dc4
commit 1703676fed

View File

@ -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 ];