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