python312Packages.pubnub: 7.4.0 -> 7.4.1

This commit is contained in:
R. Ryantm 2024-02-26 17:58:12 +00:00
parent 8c826e35a9
commit 277963b1ba

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 = [