python3Packages.aioazuredevops: remove .dev0 suffix from version

This commit is contained in:
Robert Schütz
2026-06-29 10:24:45 -07:00
parent d8f24a5dd0
commit 34f55ec38c

View File

@@ -34,6 +34,11 @@ buildPythonPackage rec {
hash = "sha256-0KQHL9DmNeRvEs51XPcncxNzXb+SqYM5xPDvOdKSQMI=";
};
postPatch = ''
substituteInPlace setup.py \
--replace-fail .dev0 ""
'';
build-system = [
incremental
setuptools