python312Packages.sopel: 8.0.0 -> 8.0.1 (#361695)

This commit is contained in:
Weijia Wang
2025-01-01 00:56:00 +01:00
committed by GitHub
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "sopel";
version = "8.0.0";
version = "8.0.1";
pyproject = true;
disabled = isPyPy || pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-juLJp0Et5qMZwBZzw0e4tKg1cBYqAsH8KUzqNoIP70U=";
hash = "sha256-Z9Tcn2lb5a7c6aVbhPjuO6trrZQwSBA1iaMiDzpe+DA=";
};
build-system = [ setuptools ];