diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2024-07-23 10:38:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-23 10:38:40 +0200 |
| commit | d33bb4fd06298402cc11b5f54bb377e25fec425f (patch) | |
| tree | 961aee99b98e2c869ae87220dddfdc7eed912e18 | |
| parent | Merge pull request #329149 from fabaff/alpha-vantage-bump (diff) | |
| parent | python312Packages.fastcore: 1.5.53 -> 1.5.54 (diff) | |
| download | nixpkgs-d33bb4fd06298402cc11b5f54bb377e25fec425f.tar.gz | |
Merge pull request #328607 from fabaff/fastcore-bump
python312Packages.fastcore: 1.5.53 -> 1.5.54
| -rw-r--r-- | pkgs/development/python-modules/fastcore/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/fastcore/default.nix b/pkgs/development/python-modules/fastcore/default.nix index 880459354e4c..1c5823e8f917 100644 --- a/pkgs/development/python-modules/fastcore/default.nix +++ b/pkgs/development/python-modules/fastcore/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "fastcore"; - version = "1.5.53"; + version = "1.5.54"; pyproject = true; disabled = pythonOlder "3.8"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "fastai"; repo = "fastcore"; rev = "refs/tags/${version}"; - hash = "sha256-/G2v1jFoAiDHM4T/XQx/tHZRBWb+7XY3Jsw5lFFSp1E="; + hash = "sha256-42HEyxufJrzc5T6t6ixA5I0n8rh8wZ8MTfsjnmhbUfk="; }; build-system = [ setuptools ]; |
