Unverified Commit 4ec4b489 authored by Emily Trau's avatar Emily Trau Committed by GitHub
Browse files

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

python311Packages.pubnub: 7.3.1 -> 7.3.2
parents e23e089b e0311009
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "pubnub";
  version = "7.3.1";
  version = "7.3.2";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = pname;
    repo = "python";
    rev = "refs/tags/v${version}";
    hash = "sha256-V6yw/OscTGwrFcjHEhwtaT7txWLqbVj0uYjuoSAtP2E=";
    hash = "sha256-J6vwdOI/GM/K0TxRwIgkXibNAc+n9wVCpmMkzMhBepw=";
  };

  propagatedBuildInputs = [