python3Packages.nampa: fix updateScript (#444788)

This commit is contained in:
Wolfgang Walther
2025-09-25 10:09:25 +00:00
committed by GitHub
@@ -4,6 +4,7 @@
fetchFromGitHub,
pythonOlder,
setuptools,
unstableGitUpdater,
}:
buildPythonPackage rec {
@@ -27,6 +28,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "nampa" ];
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {
description = "Python implementation of the FLIRT technology";
homepage = "https://github.com/thebabush/nampa";