mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-13 16:34:27 +00:00
python312Packages.equinox: 0.11.9 -> 0.11.10
Diff: https://github.com/patrick-kidger/equinox/compare/refs/tags/v0.11.9...v0.11.10 Changelog: https://github.com/patrick-kidger/equinox/releases/tag/v0.11.10
This commit is contained in:
parent
9e4de9f400
commit
e3c22a23ea
@ -21,14 +21,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "equinox";
|
||||
version = "0.11.9";
|
||||
version = "0.11.10";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "patrick-kidger";
|
||||
repo = "equinox";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-7RVhSdvD96oRUk6cGRS1rET4ztqjBnGfzJObjE+MioU=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-QoqwLdtWCDrXyqiI6Xw7jq2sxiRCmLaxk3/ZGHrvqL4=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
Loading…
Reference in New Issue
Block a user