python312Packages.sopel: 8.0.0 -> 8.0.1

This commit is contained in:
R. Ryantm
2024-12-04 08:17:10 +00:00
parent 1e536d5ebe
commit d5a0ed5e01
@@ -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 ];