Merge pull request #287361 from r-ryantm/auto-update/python311Packages.pubnub

python311Packages.pubnub: 7.3.2 -> 7.4.0
This commit is contained in:
Fabian Affolter 2024-02-09 09:18:15 +01:00 committed by GitHub
commit 17048c39cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,12 +10,13 @@
, pytest-asyncio
, requests
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "pubnub";
version = "7.3.2";
format = "setuptools";
version = "7.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,9 +24,13 @@ buildPythonPackage rec {
owner = pname;
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-J6vwdOI/GM/K0TxRwIgkXibNAc+n9wVCpmMkzMhBepw=";
hash = "sha256-XYovKAk2GEMi7GE/DVtLjMbww7guGkZzDOHC7Z6ZpJo=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
aiohttp
cbor2