Skip to content

Commit ca51311

Browse files
authored
python313Packages.fastcore: 1.8.1 -> 1.8.2 (#407101)
2 parents c2ea0ea + c0973b5 commit ca51311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/fastcore/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
buildPythonPackage rec {
1111
pname = "fastcore";
12-
version = "1.8.1";
12+
version = "1.8.2";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
owner = "fastai";
1919
repo = "fastcore";
2020
tag = version;
21-
hash = "sha256-slUOh7KBVJ11NqsAR7yC+4Tyqxy3Yq6f9OTlQesJ608=";
21+
hash = "sha256-GoOddw2kxOMqmV6m8E6vWdpFLyGGkooMtgE1WTAWm7U=";
2222
};
2323

2424
build-system = [ setuptools ];

0 commit comments

Comments
 (0)