Unverified Commit 354b1207 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python312Packages.pubnub: 7.4.0 -> 7.4.1
parents 67b6e4e9 277963b1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "pubnub";
  version = "7.4.0";
  version = "7.4.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = pname;
    repo = "python";
    rev = "refs/tags/v${version}";
    hash = "sha256-XYovKAk2GEMi7GE/DVtLjMbww7guGkZzDOHC7Z6ZpJo=";
    hash = "sha256-XaTvLX1YA1lCSMrEEmiD2JsXoMkeQz1x0MgmnF7cjcM=";
  };

  nativeBuildInputs = [