Merge pull request #299887 from r-ryantm/auto-update/python312Packages.pubnub

python312Packages.pubnub: 7.4.2 -> 7.4.3
This commit is contained in:
Nick Cao 2024-03-29 10:36:37 -04:00 committed by GitHub
commit 7d36315982
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pubnub";
version = "7.4.2";
version = "7.4.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -24,14 +24,14 @@ buildPythonPackage rec {
owner = pname;
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-fmRFxSVzKN2ynuXJlpZcuIt4XIe7XHU4HSzSN1kCi2g=";
hash = "sha256-t3lNotfT3C2hv5AGPWZpL3wN68m8HRcjsccUz8QcY5I=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
aiohttp
cbor2
pycryptodomex