3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.pyngrok: 7.1.1 -> 7.1.2

This commit is contained in:
R. Ryantm 2024-02-12 08:08:55 +00:00
parent 4477ea4df7
commit 27f0c20fe5

View file

@ -8,14 +8,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyngrok"; pname = "pyngrok";
version = "7.1.1"; version = "7.1.2";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-UanhPx92E8mR6ertGKIGm1HAbiFXf4ATJonvPjNdFS0="; hash = "sha256-iyLJ3kr0O9wa6ipgMgntH8VbSo1a6btYoQZOaogAfKw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [