Skip to content

Commit

Permalink
python312Packages.equinox: 0.11.10 -> 0.11.11 (#367895)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Dec 29, 2024
2 parents 1d4fc08 + 9fdf7a0 commit 6df40c4
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.10";
version = "0.11.11";
pyproject = true;

src = fetchFromGitHub {
owner = "patrick-kidger";
repo = "equinox";
tag = "v${version}";
hash = "sha256-QoqwLdtWCDrXyqiI6Xw7jq2sxiRCmLaxk3/ZGHrvqL4=";
hash = "sha256-xCAk9qac2ZmevUMMRgBokLKuGWyrF4fGpN03li49cR8=";
};

build-system = [ hatchling ];
Expand Down

0 comments on commit 6df40c4

Please sign in to comment.