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

python312Packages.pubnub: 7.4.1 -> 7.4.2
This commit is contained in:
Nick Cao
2024-03-08 10:24:50 -05:00
committed by GitHub
@@ -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 = [