Loading pkgs/development/python-modules/pubnub/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "pubnub"; version = "8.0.0"; version = "8.1.0"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "pubnub"; repo = "python"; rev = "refs/tags/v${version}"; hash = "sha256-GKJv/GJ/h/LVbEa8Wz7iXc8J38UTTlNa0/08+p5sYCA="; hash = "sha256-c6NSwDl0rV5t9dELuVVbRiLXYzxcYhiLc6yV4QoErTs="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/pubnub/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "pubnub"; version = "8.0.0"; version = "8.1.0"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "pubnub"; repo = "python"; rev = "refs/tags/v${version}"; hash = "sha256-GKJv/GJ/h/LVbEa8Wz7iXc8J38UTTlNa0/08+p5sYCA="; hash = "sha256-c6NSwDl0rV5t9dELuVVbRiLXYzxcYhiLc6yV4QoErTs="; }; build-system = [ setuptools ]; Loading