python3Packages.sabctools: 8.2.0 -> 8.2.3

This commit is contained in:
Martin Weinelt
2024-06-24 12:18:13 +02:00
parent fc2a9994f5
commit 38b2156c7e
@@ -7,12 +7,12 @@
}:
buildPythonPackage rec {
pname = "sabctools";
version = "8.2.0"; # needs to match version sabnzbd expects, e.g. https://github.com/sabnzbd/sabnzbd/blob/4.0.x/requirements.txt#L3
version = "8.2.3"; # needs to match version sabnzbd expects, e.g. https://github.com/sabnzbd/sabnzbd/blob/4.0.x/requirements.txt#L3
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-dOMNZoKWQxHJt6yHiNKVtpnYvLJkK8nktOm+djsSTcM=";
hash = "sha256-cP3GCp2mGivtjyA76vqtO7mJyZjHeNkvBLl2kXxOT5w=";
};
nativeBuildInputs = [ setuptools ];