python3Packages.httpx-ws: 0.7.2 -> 0.8.2

https://github.com/frankie567/httpx-ws/releases/tag/v0.8.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:17 +01:00
parent 9e5b1b51d4
commit 25a1fdd03a
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "httpx-ws";
version = "0.7.2";
version = "0.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "frankie567";
repo = "httpx-ws";
tag = "v${version}";
hash = "sha256-ixaD7X6V/tUalZbYtic7D9lRqv8yGnwl+j5m832n/hQ=";
hash = "sha256-3gSXUpHs1tF8FJ7Jz174VBoRCrepYcpYU1FZaNMpZqg=";
};
# we don't need to use the hatch-regex-commit plugin
@@ -61,7 +61,7 @@ buildPythonPackage rec {
meta = {
description = "WebSocket support for HTTPX";
homepage = "https://github.com/frankie567/httpx-ws";
changelog = "https://github.com/frankie567/httpx-ws/releases/tag/v${version}";
changelog = "https://github.com/frankie567/httpx-ws/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = [ ];
};