Loading pkgs/development/python-modules/dulwich/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ gnupg, gpgme, merge3, nix-update-script, openssh, paramiko, pytestCheckHook, Loading Loading @@ -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 = '' Loading Loading
pkgs/development/python-modules/dulwich/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ gnupg, gpgme, merge3, nix-update-script, openssh, paramiko, pytestCheckHook, Loading Loading @@ -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 = '' Loading