Skip to content

Commit

Permalink
python312Packages.httpx-ws: 0.7.0 -> 0.7.1 (#371327)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Jan 12, 2025
2 parents 607aeee + 51291de commit 4844f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/httpx-ws/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "httpx-ws";
version = "0.7.0";
version = "0.7.1";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "frankie567";
repo = "httpx-ws";
tag = "v${version}";
hash = "sha256-/xhj27uMPvbVsieAjnd8Z9q18BLxaXP/1ndrgewN4Og=";
hash = "sha256-UO9O4d7QfPdIWL4CtlOuwQRsk/9sEFknahDLWIOfeA0=";
};

# we don't need to use the hatch-regex-commit plugin
Expand Down

0 comments on commit 4844f49

Please sign in to comment.