Skip to content

Commit 9d33e49

Browse files
authored
python312Packages.fastcore: 1.7.8 -> 1.7.9 (#344011)
2 parents 72c6535 + 9f90e6b commit 9d33e49

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.8";
12+
version = "1.7.9";
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-pBmtNrXincaOBADKgTaq7OmcrFlz6q7HROsUSRN0w8k=";
21+
hash = "sha256-OGqd+pLM3THcPD3JtccjH6sgpVEhcNVnGbIbyMFfqTU=";
2222
};
2323

2424
build-system = [ setuptools ];

0 commit comments

Comments
 (0)