Merge pull request #267300 from GaetanLepage/equinox

python311Packages.equinox: 0.11.1 -> 0.11.2
This commit is contained in:
Samuel Ainsworth 2023-11-13 15:37:48 -08:00 committed by GitHub
commit 455d485fd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [