mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #317736 from viraptor/hypchat-version
python312Packages.hypchat: disable python >=3.12
This commit is contained in:
commit
bdead005ca
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user