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 c2ea0ea + c0973b5 commit ca51311Copy full SHA for ca51311
pkgs/development/python-modules/fastcore/default.nix
@@ -9,7 +9,7 @@
9
10
buildPythonPackage rec {
11
pname = "fastcore";
12
- version = "1.8.1";
+ version = "1.8.2";
13
pyproject = true;
14
15
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
18
owner = "fastai";
19
repo = "fastcore";
20
tag = version;
21
- hash = "sha256-slUOh7KBVJ11NqsAR7yC+4Tyqxy3Yq6f9OTlQesJ608=";
+ hash = "sha256-GoOddw2kxOMqmV6m8E6vWdpFLyGGkooMtgE1WTAWm7U=";
22
};
23
24
build-system = [ setuptools ];
0 commit comments