python3Packages.pygit2: 1.19.3 -> 1.20.0

https://github.com/libgit2/pygit2/blob/v1.20.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:46 +02:00
parent 0ed9752f34
commit 828beb3cdf

View File

@@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "pygit2";
version = "1.19.3";
version = "1.20.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-pUPm1Ou0OCVWSTV1jcI053ABb+1nO4Q3DUaulYBViDE=";
hash = "sha256-clNzVinCL/9BKnLEjCBLGcIG/an8sB5RET2WiRlMsc8=";
};
preConfigure = lib.optionalString stdenv.hostPlatform.isDarwin ''