Skip to content

Commit

Permalink
python312Packages.equinox: 0.11.7 -> 0.11.8 (NixOS#349740)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 19, 2024
2 parents d4a2898 + c25de29 commit 430c482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/equinox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@

buildPythonPackage rec {
pname = "equinox";
version = "0.11.7";
version = "0.11.8";
pyproject = true;

src = fetchFromGitHub {
owner = "patrick-kidger";
repo = "equinox";
rev = "refs/tags/v${version}";
hash = "sha256-0waIpsVWoABtf4M0IOie9nJDk+e75ArTVmGqYg9AlnI=";
hash = "sha256-lZb2NobSELz8kviPd4Z8PPEEaydaEC5Z6eb9pzC7Ki8=";
};

build-system = [ hatchling ];
Expand Down

0 comments on commit 430c482

Please sign in to comment.