Unverified Commit e759d057 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.pycdio: set updateScript (#444814)

parents 4265d297 5f9ef8cc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";