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