From e9cea0adf3d4f607d8887518e50269f3dce1ca5b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 30 Mar 2025 21:09:39 +0200 Subject: [PATCH] python313Packages.httpx-ws: 0.7.1 -> 0.7.2 Diff: https://github.com/frankie567/httpx-ws/compare/refs/tags/v0.7.1...v0.7.2 Changelog: https://github.com/frankie567/httpx-ws/releases/tag/v0.7.2 --- pkgs/development/python-modules/httpx-ws/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/httpx-ws/default.nix b/pkgs/development/python-modules/httpx-ws/default.nix index 6a02e27dab1a..d2277484781e 100644 --- a/pkgs/development/python-modules/httpx-ws/default.nix +++ b/pkgs/development/python-modules/httpx-ws/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "httpx-ws"; - version = "0.7.1"; + version = "0.7.2"; pyproject = true; disabled = pythonOlder "3.9"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "frankie567"; repo = "httpx-ws"; tag = "v${version}"; - hash = "sha256-UO9O4d7QfPdIWL4CtlOuwQRsk/9sEFknahDLWIOfeA0="; + hash = "sha256-ixaD7X6V/tUalZbYtic7D9lRqv8yGnwl+j5m832n/hQ="; }; # we don't need to use the hatch-regex-commit plugin