python3Packages.opensfm: odm-4-unstable-2026-07-13 -> 0.5.1-unstable-2026-07-13
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "opensfm";
|
||||
version = "odm-4-unstable-2026-07-13";
|
||||
version = "0.5.1-unstable-2026-07-13";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
@@ -187,7 +187,10 @@ buildPythonPackage (finalAttrs: {
|
||||
);
|
||||
|
||||
updateScript = nix-update-script {
|
||||
extraArgs = [ "--version=branch" ];
|
||||
extraArgs = [
|
||||
"--version=branch"
|
||||
"--version-regex=v(.*)"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user