diff options
| author | Nick Cao <nickcao@nichi.co> | 2023-10-16 12:40:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-16 12:40:21 -0400 |
| commit | add41fac3caa00d0f737f0c46c77b9e79fd15358 (patch) | |
| tree | d923d5b85a4b67d452af90284e400101f798c545 | |
| parent | Merge pull request #261248 from r-ryantm/auto-update/python310Packages.pytensor (diff) | |
| download | nixpkgs-origin/revert-261313-auto-update/python310Packages.sabctools.tar.gz | |
Revert "python310Packages.sabctools: 7.1.2 -> 8.0.0"origin/revert-261313-auto-update/python310Packages.sabctools
| -rw-r--r-- | pkgs/development/python-modules/sabctools/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sabctools/default.nix b/pkgs/development/python-modules/sabctools/default.nix index 406d46590a7e..d20ea7318620 100644 --- a/pkgs/development/python-modules/sabctools/default.nix +++ b/pkgs/development/python-modules/sabctools/default.nix @@ -6,12 +6,12 @@ }: buildPythonPackage rec { pname = "sabctools"; - version = "8.0.0"; # 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-hrRpEVhmnm4ABSqN/F3MllCgoJCg1PdM+oVrQR+uZbk="; + hash = "sha256-wDgFXuxclmqMlRXyr9qpruJJcOXfOiOWTZXX53uYEB8="; }; pythonImportsCheck = ["sabctools"]; |
