python3Packages.nampa: fix updateScript

This commit is contained in:
Michael Daniels
2025-09-20 18:04:56 -04:00
parent 52c032768a
commit 46633d7b89
@@ -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";