python312Packages.httpx-ws: 0.6.0 -> 0.6.1 (#346678)

This commit is contained in:
OTABI Tomoya 2024-10-06 15:22:42 +09:00 committed by GitHub
commit a9b2d87480
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "httpx-ws";
version = "0.6.0";
version = "0.6.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "frankie567";
repo = "httpx-ws";
rev = "refs/tags/v${version}";
hash = "sha256-eDc21FiGHi98doS4Zbubb/MVw4IjQ1q496TFHCX4xB4=";
hash = "sha256-mynr07px+rQb7x8GepQoUgBbh0720S0K2RJrboOoJXA=";
};
# we don't need to use the hatch-regex-commit plugin