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

python310Packages.sabctools: 7.1.2 -> 8.0.0
This commit is contained in:
Nick Cao 2023-10-16 12:31:28 -04:00 committed by GitHub
commit d84e2d8092
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"];