Merge pull request #240622 from r-ryantm/auto-update/python310Packages.pygit2

python310Packages.pygit2: 1.12.0 -> 1.12.2
This commit is contained in:
Weijia Wang 2023-06-30 10:34:21 +03:00 committed by GitHub
commit a75386f231
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pygit2";
version = "1.12.0";
version = "1.12.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-6UQNCGZeNSeJiZOVkKU/N6k46tpPlEaESTCqLuMNc74=";
hash = "sha256-VuhdDmbelX1ZnR77JAnTmv7v2PAQCb/aB5a0Kktng1g=";
};
preConfigure = lib.optionalString stdenv.isDarwin ''