python3Packages.low-index: add update script
The default `nix-update-script { }` does not work.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -28,6 +29,13 @@ buildPythonPackage rec {
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
extraArgs = [
|
||||
"--version-regex"
|
||||
"v(.*)_as_released"
|
||||
];
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Enumerates low index subgroups of a finitely presented group";
|
||||
changelog = "https://github.com/3-manifolds/low_index/releases/tag/${src.tag}";
|
||||
|
||||
Reference in New Issue
Block a user