python311Packages.pyngrok: 7.1.4 -> 7.1.5

This commit is contained in:
R. Ryantm 2024-03-09 10:10:26 +00:00
parent 3030f185ba
commit 1419667071

View file

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