python312Packages.equinox: 0.11.8 -> 0.11.9 (#358731)

This commit is contained in:
Sandro 2024-11-24 17:41:43 +01:00 committed by GitHub
commit 53bc18243b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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