python312Packages.pygit2: 1.15.1 -> 1.16.0

Changelog: https://github.com/libgit2/pygit2/blob/v1.16.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-10-19 21:16:37 +02:00
parent 16f275c3e4
commit de1d45059e

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "pygit2";
version = "1.15.1";
version = "1.16.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-4f6LhQU9lxMEPIHszHQTL55bYD8gnoBzPXlV6v0i650=";
hash = "sha256-eymmeWuqFfyJ1EOsjVF3VBHZseWwbcQNRYxWyFdrSKI=";
};
preConfigure = lib.optionalString stdenv.hostPlatform.isDarwin ''