Skip to content

Commit ddade58

Browse files
authored
python3Packages.pyngrok: 7.2.7 -> 7.2.8 (#408572)
2 parents ea5059a + 7109b8e commit ddade58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pyngrok/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
buildPythonPackage rec {
1111
pname = "pyngrok";
12-
version = "7.2.7";
12+
version = "7.2.8";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.8";
1616

1717
src = fetchPypi {
1818
inherit pname version;
19-
hash = "sha256-p/bqJHUUCE6WN/1AUprduRihfB2BuERv8hJdjNKknhk=";
19+
hash = "sha256-gIBoyO+PLToMBbPnPAxlaXFzLvtn5oof4f9jl+b3tMU=";
2020
};
2121

2222
build-system = [

0 commit comments

Comments
 (0)