python313Packages.mrsqm: add updateScript

This is to try and prevent downgrade come next python-updates

+8
+8
pkgs/development/python-modules/mrsqm/default.nix
··· 11 11 pip, 12 12 setuptools, 13 13 pytestCheckHook, 14 + nix-update-script, 14 15 }: 15 16 16 17 buildPythonPackage rec { ··· 62 63 ]; 63 64 64 65 pythonImportsCheck = [ "mrsqm" ]; 66 + 67 + passthru.updateScript = nix-update-script { 68 + extraArgs = [ 69 + "--version-regex" 70 + "v\\.(.*)" 71 + ]; 72 + }; 65 73 66 74 meta = { 67 75 description = "MrSQM (Multiple Representations Sequence Miner) is a time series classifier";