Skip to content

Commit

Permalink
Merge pull request #267300 from GaetanLepage/equinox
Browse files Browse the repository at this point in the history
python311Packages.equinox: 0.11.1 -> 0.11.2
  • Loading branch information
samuela authored Nov 13, 2023
2 parents 459d7dc + 437cb56 commit 455d485
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 @@ -13,14 +13,14 @@

buildPythonPackage rec {
pname = "equinox";
version = "0.11.1";
version = "0.11.2";
pyproject = true;

src = fetchFromGitHub {
owner = "patrick-kidger";
repo = "equinox";
rev = "refs/tags/v${version}";
hash = "sha256-iYVAbUIZG90kgWger+M+DZmS/kQ3nEPXQFU+90lHgK0=";
hash = "sha256-qFTKiY/t2LCCWJBOSfaX0hYQInrpXgfhTc+J4iuyVbM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 455d485

Please sign in to comment.