Skip to content

Commit

Permalink
python312Packages.fastcore: 1.7.17 -> 1.7.19
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 21, 2024
1 parent 2d88282 commit cb8cef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/fastcore/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "fastcore";
version = "1.7.17";
version = "1.7.19";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = "fastcore";
rev = "refs/tags/${version}";
hash = "sha256-QBRlJoAOUMNCUQnb4yzU0g/RN0FkX4+swcdxyKROZTE=";
hash = "sha256-CJG/cKgqdUrJcYV5pgGjrnoXzRAj3xya7LwvchNGrPU=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit cb8cef9

Please sign in to comment.