python312Packages.equinox: 0.11.6 -> 0.11.7 (#342867)

This commit is contained in:
Peder Bergebakken Sundt 2024-09-19 00:32:08 +02:00 committed by GitHub
commit 2e8b346099
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.6";
version = "0.11.7";
pyproject = true;
src = fetchFromGitHub {
owner = "patrick-kidger";
repo = "equinox";
rev = "refs/tags/v${version}";
hash = "sha256-Ee715otEKmXbXwZ2umrJN3HlIjabQao8hl6MRGqJnNw=";
hash = "sha256-0waIpsVWoABtf4M0IOie9nJDk+e75ArTVmGqYg9AlnI=";
};
build-system = [ hatchling ];