python3Packages.pyngrok: 7.2.9 -> 7.2.11

This commit is contained in:
R. Ryantm
2025-06-09 02:41:07 +00:00
parent 047f31d25b
commit 15c984b2a5
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyngrok";
version = "7.2.9";
version = "7.2.11";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-Ixt/1Kel6CZajWFQ07o8gtnf/UCe2u23LE5isy3kT5E=";
hash = "sha256-n4iQOJvZWrwA7KE4Rsj0haDbZmfcBZh+uY/eNDrfslo=";
};
build-system = [