Skip to content

Commit

Permalink
python312Packages.fastcore: 1.7.8 -> 1.7.9 (#344011)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Sep 23, 2024
2 parents 72c6535 + 9f90e6b commit 9d33e49
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.8";
version = "1.7.9";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "fastai";
repo = "fastcore";
rev = "refs/tags/${version}";
hash = "sha256-pBmtNrXincaOBADKgTaq7OmcrFlz6q7HROsUSRN0w8k=";
hash = "sha256-OGqd+pLM3THcPD3JtccjH6sgpVEhcNVnGbIbyMFfqTU=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 9d33e49

Please sign in to comment.