python312Packages.equinox: 0.11.7 -> 0.11.8 (#349740)

This commit is contained in:
Nick Cao 2024-10-19 08:58:26 -04:00 committed by GitHub
commit 430c482025
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "equinox";
version = "0.11.7";
version = "0.11.8";
pyproject = true;
src = fetchFromGitHub {
owner = "patrick-kidger";
repo = "equinox";
rev = "refs/tags/v${version}";
hash = "sha256-0waIpsVWoABtf4M0IOie9nJDk+e75ArTVmGqYg9AlnI=";
hash = "sha256-lZb2NobSELz8kviPd4Z8PPEEaydaEC5Z6eb9pzC7Ki8=";
};
build-system = [ hatchling ];