python312Packages.pubnub: 7.4.1 -> 7.4.2

This commit is contained in:
R. Ryantm 2024-03-07 16:13:26 +00:00
parent 413506a7ca
commit 44179c7706

View File

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