python3Packages.pyngrok: 7.2.5 -> 7.2.7 (#405097)

This commit is contained in:
Nick Cao
2025-05-08 16:44:12 -04:00
committed by GitHub

View File

@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyngrok";
version = "7.2.5";
version = "7.2.7";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-mhKFLWP76iUaRj2FXVEO1QQBoC5ptKeinIbRtQxeOHU=";
hash = "sha256-p/bqJHUUCE6WN/1AUprduRihfB2BuERv8hJdjNKknhk=";
};
build-system = [