python3Packages.sabctools: 7.0.2 -> 7.1.2

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:20 +02:00
parent ada3f0ffac
commit cd5311fd34
@@ -6,12 +6,12 @@
}:
buildPythonPackage rec {
pname = "sabctools";
version = "7.0.2"; # needs to match version sabnzbd expects, e.g. https://github.com/sabnzbd/sabnzbd/blob/4.0.x/requirements.txt#L3
version = "7.1.2"; # 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-AB5/McuOIDkhu7rtb3nFaqOTx3zwm92+3NEnH5HjzBo=";
hash = "sha256-wDgFXuxclmqMlRXyr9qpruJJcOXfOiOWTZXX53uYEB8=";
};
pythonImportsCheck = ["sabctools"];