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 {
pname = "pyngrok";
version = "7.1.1";
version = "7.1.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-UanhPx92E8mR6ertGKIGm1HAbiFXf4ATJonvPjNdFS0=";
hash = "sha256-iyLJ3kr0O9wa6ipgMgntH8VbSo1a6btYoQZOaogAfKw=";
};
nativeBuildInputs = [