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

python312Packages.pyngrok: 7.1.5 -> 7.1.6
This commit is contained in:
Weijia Wang 2024-03-24 22:41:33 +01:00 committed by GitHub
commit bfdfce6019
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyngrok";
version = "7.1.5";
version = "7.1.6";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-9oS/iBuAWQ3COlnhgeN0e7CFj6VNbkfpPe35tO0BSpo=";
hash = "sha256-BcD8pjQJE2WKvdxiOgpTknrO2T4n/++AHSSBS8sYDqo=";
};
nativeBuildInputs = [