Merge pull request #310746 from r-ryantm/auto-update/python311Packages.pubnub

python311Packages.pubnub: 7.4.4 -> 8.0.0

authored by Fabian Affolter and committed by GitHub 0c89ad2e c64fc55e

+2 -2
+2 -2
pkgs/development/python-modules/pubnub/default.nix
··· 16 17 buildPythonPackage rec { 18 pname = "pubnub"; 19 - version = "7.4.4"; 20 pyproject = true; 21 22 disabled = pythonOlder "3.7"; ··· 25 owner = "pubnub"; 26 repo = "python"; 27 rev = "refs/tags/v${version}"; 28 - hash = "sha256-4Paodw3t2RvAKrDMcWHIGLs5JNtH/9sP+BTyAm/hj4E="; 29 }; 30 31 build-system = [ setuptools ];
··· 16 17 buildPythonPackage rec { 18 pname = "pubnub"; 19 + version = "8.0.0"; 20 pyproject = true; 21 22 disabled = pythonOlder "3.7"; ··· 25 owner = "pubnub"; 26 repo = "python"; 27 rev = "refs/tags/v${version}"; 28 + hash = "sha256-GKJv/GJ/h/LVbEa8Wz7iXc8J38UTTlNa0/08+p5sYCA="; 29 }; 30 31 build-system = [ setuptools ];