We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1635196 + 0633f26 commit 43a6c7cCopy full SHA for 43a6c7c
pkgs/development/python-modules/fastcore/default.nix
@@ -9,7 +9,7 @@
9
10
buildPythonPackage rec {
11
pname = "fastcore";
12
- version = "1.7.20";
+ version = "1.7.22";
13
pyproject = true;
14
15
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
18
owner = "fastai";
19
repo = "fastcore";
20
rev = "refs/tags/${version}";
21
- hash = "sha256-UGY6iSRF8pY5frZqarxpiNkGEQtgNdXY5mMQzbzMjhA=";
+ hash = "sha256-llD7hDZStgCUfp06byGLtLPgDqiK7BAMw9kLNzOGUec=";
22
};
23
24
build-system = [ setuptools ];
0 commit comments