Skip to content

Commit

Permalink
python312Packages.pyngrok: 7.2.0 -> 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 7, 2024
1 parent b463726 commit bbd55bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyngrok/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "pyngrok";
version = "7.2.0";
version = "7.2.1";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-TkOvmy8hzu2NITeXAo/ogjAD8YW0l5Lk04MwI2XIFRU=";
hash = "sha256-UJIbCcsQzKmFeH8gvfxFVN4ovT7eCnSHBsCCooInm/E=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit bbd55bd

Please sign in to comment.