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

View File

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