Merge pull request #332931 from fabaff/fastcore-bump

python312Packages.fastcore: 1.6.2 -> 1.6.3
This commit is contained in:
Fabian Affolter 2024-08-07 16:42:23 +02:00 committed by GitHub
commit fdc93dbea0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.6.2";
version = "1.6.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = "fastcore";
rev = "refs/tags/${version}";
hash = "sha256-Ir9cvOTijWv6giFmfiy3juIPZbXekiIehQNulMEqevA=";
hash = "sha256-WCPO/JLc39EoUyaRNUgaJZvPlyt8WogRct73aOzhyH8=";
};
build-system = [ setuptools ];