Skip to content

Commit 43a6c7c

Browse files
authored
python312Packages.fastcore: 1.7.20 -> 1.7.22 (#360397)
2 parents 1635196 + 0633f26 commit 43a6c7c

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.7.20";
12+
version = "1.7.22";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
owner = "fastai";
1919
repo = "fastcore";
2020
rev = "refs/tags/${version}";
21-
hash = "sha256-UGY6iSRF8pY5frZqarxpiNkGEQtgNdXY5mMQzbzMjhA=";
21+
hash = "sha256-llD7hDZStgCUfp06byGLtLPgDqiK7BAMw9kLNzOGUec=";
2222
};
2323

2424
build-system = [ setuptools ];

0 commit comments

Comments
 (0)