Merge pull request #291703 from r-ryantm/auto-update/python312Packages.pyngrok

python312Packages.pyngrok: 7.1.2 -> 7.1.3
This commit is contained in:
Nick Cao 2024-02-26 20:48:33 -05:00 committed by GitHub
commit 182e7cce0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyngrok";
version = "7.1.2";
version = "7.1.3";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-iyLJ3kr0O9wa6ipgMgntH8VbSo1a6btYoQZOaogAfKw=";
hash = "sha256-BnK1ynVbxFFwocxXc6QiYJkBIgEvc1RGpfwUhqe+Gec=";
};
nativeBuildInputs = [