python3Packages.pycdio: set updateScript (#444814)

authored by Yohann Boniface and committed by GitHub e759d057 4265d297

+5
+5
pkgs/development/python-modules/pycdio/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 + nix-update-script, 5 6 setuptools, 6 7 pkg-config, 7 8 swig, ··· 41 42 nativeCheckInputs = [ pytestCheckHook ]; 42 43 43 44 enabledTestPaths = [ "test/test-*.py" ]; 45 + 46 + passthru.updateScript = nix-update-script { 47 + extraArgs = [ "--version=branch" ]; 48 + }; 44 49 45 50 meta = { 46 51 homepage = "https://www.gnu.org/software/libcdio/";