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

python312Packages.pubnub: 7.4.0 -> 7.4.1
This commit is contained in:
Fabian Affolter 2024-02-26 20:39:49 +01:00 committed by GitHub
commit 354b1207c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pubnub";
version = "7.4.0";
version = "7.4.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-XYovKAk2GEMi7GE/DVtLjMbww7guGkZzDOHC7Z6ZpJo=";
hash = "sha256-XaTvLX1YA1lCSMrEEmiD2JsXoMkeQz1x0MgmnF7cjcM=";
};
nativeBuildInputs = [