We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a275309 commit 150aab9Copy full SHA for 150aab9
pkgs/development/python-modules/sabctools/default.nix
@@ -6,12 +6,12 @@
6
}:
7
buildPythonPackage rec {
8
pname = "sabctools";
9
- 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
10
format = "setuptools";
11
12
src = fetchPypi {
13
inherit pname version;
14
- hash = "sha256-wDgFXuxclmqMlRXyr9qpruJJcOXfOiOWTZXX53uYEB8=";
+ hash = "sha256-PYfbmR9wT3SHT+oFyQF2F13g7FgdvY/l9p0D65c/+RU=";
15
};
16
17
pythonImportsCheck = ["sabctools"];
0 commit comments