python3Packages.cypari: add updateScript

This commit is contained in:
Alex Epelde
2026-03-22 16:08:23 -04:00
parent f2233d187d
commit 9284474b90
@@ -3,6 +3,7 @@
fetchFromGitHub,
python,
buildPythonPackage,
nix-update-script,
fetchurl,
fetchpatch,
@@ -78,6 +79,13 @@ buildPythonPackage rec {
runHook postCheck
'';
passthru.updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"(.*)_as_released"
];
};
meta = {
description = "Sage's PARI extension, modified to stand alone";
homepage = "https://github.com/3-manifolds/CyPari";