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 72c6535 + 9f90e6b commit 9d33e49Copy full SHA for 9d33e49
pkgs/development/python-modules/fastcore/default.nix
@@ -9,7 +9,7 @@
9
10
buildPythonPackage rec {
11
pname = "fastcore";
12
- version = "1.7.8";
+ version = "1.7.9";
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-pBmtNrXincaOBADKgTaq7OmcrFlz6q7HROsUSRN0w8k=";
+ hash = "sha256-OGqd+pLM3THcPD3JtccjH6sgpVEhcNVnGbIbyMFfqTU=";
22
};
23
24
build-system = [ setuptools ];
0 commit comments