python3Packages.pycdio: set updateScript (#444814)

This commit is contained in:
Yohann Boniface
2025-09-21 09:10:48 +00:00
committed by GitHub
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
nix-update-script,
setuptools,
pkg-config,
swig,
@@ -42,6 +43,10 @@ buildPythonPackage rec {
enabledTestPaths = [ "test/test-*.py" ];
passthru.updateScript = nix-update-script {
extraArgs = [ "--version=branch" ];
};
meta = {
homepage = "https://www.gnu.org/software/libcdio/";
changelog = "https://github.com/rocky/pycdio/blob/${src.rev}/ChangeLog";