3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #181909 from r-ryantm/auto-update/python3.10-fastcore

python310Packages.fastcore: 1.5.5 -> 1.5.6
This commit is contained in:
Mario Rodas 2022-07-19 00:18:11 -05:00 committed by GitHub
commit 5b5f32ab25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "fastcore";
version = "1.5.5";
version = "1.5.6";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-q0hdWucmR1qMMWIY8xZ/ccItcwb9EIVQauecJYSsQjc=";
sha256 = "sha256-j0jxyvx4KIqlrUJDqtUwKlahB8jq18FrgQhti15BaTA=";
};
propagatedBuildInputs = [