python312Packages.equinox: 0.11.3 -> 0.11.4

This commit is contained in:
R. Ryantm 2024-04-14 16:51:01 +00:00
parent 55b4d7d86f
commit 7f0edf51e7

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 = [