python3Packages.pyngrok: 7.2.8 -> 7.2.9

This commit is contained in:
R. Ryantm 2025-05-29 10:16:08 +00:00
parent a4ac6ea818
commit c95d17e5ed

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyngrok";
version = "7.2.8";
version = "7.2.9";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-gIBoyO+PLToMBbPnPAxlaXFzLvtn5oof4f9jl+b3tMU=";
hash = "sha256-Ixt/1Kel6CZajWFQ07o8gtnf/UCe2u23LE5isy3kT5E=";
};
build-system = [