Skip to content

Commit a47704e

Browse files
committed
python3Packages.fastcore: 1.8.16 -> 1.8.17
1 parent 72ffc39 commit a47704e

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
@@ -8,14 +8,14 @@
88

99
buildPythonPackage rec {
1010
pname = "fastcore";
11-
version = "1.8.16";
11+
version = "1.8.17";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "fastai";
1616
repo = "fastcore";
1717
tag = version;
18-
hash = "sha256-l06pX1WHhPHrfNYVKIAPxrKlSaPywPhldouvTHOciMc=";
18+
hash = "sha256-RugbfTqgoM+GWswxjYL3vpLdEifGCDaUI7McfQ/mpZ8=";
1919
};
2020

2121
build-system = [ setuptools ];

0 commit comments

Comments
 (0)