python3Packages.dulwich: configure update script

This commit is contained in:
Sarah Clark
2026-03-27 09:14:17 -07:00
parent 79016ca515
commit 6918c361bf
@@ -11,6 +11,7 @@
gnupg,
gpgme,
merge3,
nix-update-script,
openssh,
paramiko,
pytestCheckHook,
@@ -98,6 +99,13 @@ buildPythonPackage (finalAttrs: {
pythonImportsCheck = [ "dulwich" ];
passthru.updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"^dulwich-([1-9][0-9.]+)$"
];
};
meta = {
description = "Implementation of the Git file formats and protocols";
longDescription = ''