Skip to content

Commit 150aab9

Browse files
committed
pythonPackages.sabctools: 7.1.2 -> 8.1.0
1 parent a275309 commit 150aab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/sabctools/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
}:
77
buildPythonPackage rec {
88
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
9+
version = "8.1.0"; # needs to match version sabnzbd expects, e.g. https://github.com/sabnzbd/sabnzbd/blob/4.0.x/requirements.txt#L3
1010
format = "setuptools";
1111

1212
src = fetchPypi {
1313
inherit pname version;
14-
hash = "sha256-wDgFXuxclmqMlRXyr9qpruJJcOXfOiOWTZXX53uYEB8=";
14+
hash = "sha256-PYfbmR9wT3SHT+oFyQF2F13g7FgdvY/l9p0D65c/+RU=";
1515
};
1616

1717
pythonImportsCheck = ["sabctools"];

0 commit comments

Comments
 (0)