Commit efb113f4 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.pubnub: 8.1.0 -> 9.0.0

parent 73bed75d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "pubnub";
  version = "8.1.0";
  version = "9.0.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "pubnub";
    repo = "python";
    rev = "refs/tags/v${version}";
    hash = "sha256-c6NSwDl0rV5t9dELuVVbRiLXYzxcYhiLc6yV4QoErTs=";
    hash = "sha256-v3tFbq2YvQJRvRu9+8yzWLkFo+7AMsJDlqjMK2Q/FAE=";
  };

  build-system = [ setuptools ];