python3Packages.pygit2: 1.15.0 -> 1.15.1

https://github.com/libgit2/pygit2/blob/v1.15.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:03 +02:00
parent da9ee9e1be
commit 25b83b7094
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "pygit2";
version = "1.15.0";
version = "1.15.1";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-pjVSX/x0EoZp3i9jRgqUydVgljSkh1wKr85RD97sF6w=";
hash = "sha256-4f6LhQU9lxMEPIHszHQTL55bYD8gnoBzPXlV6v0i650=";
};
preConfigure = lib.optionalString stdenv.hostPlatform.isDarwin ''