python3Packages.websockets: 16.0 -> 16.1

https://github.com/aaugustin/websockets/blob/16.1/docs/project/changelog.rst
This commit is contained in:
Martin Weinelt
2026-07-15 03:12:02 +02:00
parent 5e77eb9e8c
commit b884e4d9e1
@@ -4,6 +4,7 @@
buildPythonPackage,
fetchFromGitHub,
unittestCheckHook,
pyprojectVersionPatchHook,
pythonAtLeast,
setuptools,
werkzeug,
@@ -11,16 +12,18 @@
buildPythonPackage rec {
pname = "websockets";
version = "16.0";
version = "16.1";
pyproject = true;
src = fetchFromGitHub {
owner = "aaugustin";
repo = "websockets";
tag = version;
hash = "sha256-75FkU45qbOb+xbJO4VKqfWBTep+Toh6OWch2WXnU4bg=";
hash = "sha256-YbiDoL4edb6QGDOBRBJliRhEOs5UvZUgWO9f+ooyBcc=";
};
nativeBuildInputs = [ pyprojectVersionPatchHook ];
build-system = [ setuptools ];
disabledTests = [