Merge pull request #304068 from r-ryantm/auto-update/python312Packages.equinox

python312Packages.equinox: 0.11.3 -> 0.11.4
This commit is contained in:
Samuel Ainsworth 2024-04-14 17:47:27 -04:00 committed by GitHub
commit 5291719682
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "equinox";
version = "0.11.3";
version = "0.11.4";
pyproject = true;
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "patrick-kidger";
repo = "equinox";
rev = "refs/tags/v${version}";
hash = "sha256-la3gPfwQ2pxfZoEikn9uG+Pc3PKafgEgxZ8oVQEm9YM=";
hash = "sha256-3OwHND1YEdg/SppqiB7pCdp6v+lYwTbtX07tmyEMWDo=";
};
nativeBuildInputs = [