Merge pull request #317736 from viraptor/hypchat-version

python312Packages.hypchat: disable python >=3.12
This commit is contained in:
Stanisław Pitucha 2024-07-31 11:44:34 +10:00 committed by GitHub
commit bdead005ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";