pythonPackages.sabctools: 7.1.2 -> 8.1.0

This commit is contained in:
Adam Stephens
2024-01-05 12:47:23 -05:00
parent a275309cc3
commit 150aab9d0a
@@ -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.1.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-PYfbmR9wT3SHT+oFyQF2F13g7FgdvY/l9p0D65c/+RU=";
};
pythonImportsCheck = ["sabctools"];