lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2 -2
+2 -2
pkgs/development/python-modules/httpx-ws/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "httpx-ws"; 19 - version = "0.7.1"; 19 + version = "0.7.2"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.9"; ··· 25 25 owner = "frankie567"; 26 26 repo = "httpx-ws"; 27 27 tag = "v${version}"; 28 - hash = "sha256-UO9O4d7QfPdIWL4CtlOuwQRsk/9sEFknahDLWIOfeA0="; 28 + hash = "sha256-ixaD7X6V/tUalZbYtic7D9lRqv8yGnwl+j5m832n/hQ="; 29 29 }; 30 30 31 31 # we don't need to use the hatch-regex-commit plugin