python312Packages.hypchat: disable python >=3.12

This package has syntax errors preventing test from running on Python 3.12.
This commit is contained in:
Stanisław Pitucha
2024-06-06 22:32:41 +10:00
parent 4f0a1d2245
commit 2cf9fd0add
@@ -1,5 +1,6 @@
{
buildPythonPackage,
pythonAtLeast,
fetchPypi,
requests,
six,
@@ -11,6 +12,8 @@ buildPythonPackage rec {
version = "0.21";
format = "setuptools";
disabled = pythonAtLeast "3.12";
src = fetchPypi {
inherit pname version;
sha256 = "1sd8f3gihagaqd848dqy6xw457fa4f9bla1bfyni7fq3h76sjdzg";