python311Packages.equinox: 0.11.1 -> 0.11.2

Changelog: https://github.com/patrick-kidger/equinox/releases/tag/v0.11.2
This commit is contained in:
Gaetan Lepage
2023-11-13 21:25:31 +01:00
parent 8301203f6f
commit 437cb56fc6

View File

@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "equinox";
version = "0.11.1";
version = "0.11.2";
pyproject = true;
src = fetchFromGitHub {
owner = "patrick-kidger";
repo = "equinox";
rev = "refs/tags/v${version}";
hash = "sha256-iYVAbUIZG90kgWger+M+DZmS/kQ3nEPXQFU+90lHgK0=";
hash = "sha256-qFTKiY/t2LCCWJBOSfaX0hYQInrpXgfhTc+J4iuyVbM=";
};
nativeBuildInputs = [