Unverified Commit d84e2d80 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #261313 from r-ryantm/auto-update/python310Packages.sabctools

python310Packages.sabctools: 7.1.2 -> 8.0.0
parents a367f2c9 e81e8bdd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@
}:
buildPythonPackage rec {
  pname = "sabctools";
  version = "7.1.2"; # needs to match version sabnzbd expects, e.g. https://github.com/sabnzbd/sabnzbd/blob/4.0.x/requirements.txt#L3
  version = "8.0.0"; # needs to match version sabnzbd expects, e.g. https://github.com/sabnzbd/sabnzbd/blob/4.0.x/requirements.txt#L3
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-wDgFXuxclmqMlRXyr9qpruJJcOXfOiOWTZXX53uYEB8=";
    hash = "sha256-hrRpEVhmnm4ABSqN/F3MllCgoJCg1PdM+oVrQR+uZbk=";
  };

  pythonImportsCheck = ["sabctools"];