python310Packages.pygit2: 1.7.2 -> 1.8.0

This commit is contained in:
R. Ryantm
2022-02-05 15:13:11 +00:00
parent cb18e6cd01
commit 7a2180f1a8

View File

@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pygit2";
version = "1.7.2";
version = "1.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "70a4536a35452c31f823b59b6fdb665aa3778a43b73ccda3a4f79fa9962ad2bb";
sha256 = "sha256-bixc/1qh5D9DEDSAdhFS9cXWvvQPXB9QyHWKbonmbLY=";
};
preConfigure = lib.optionalString stdenv.isDarwin ''