python3Packages.trio: 0.25.0 -> 0.26.2

https://github.com/python-trio/trio/blob/v0.26.2/docs/source/history.rst
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:37 +02:00
parent 7eb58270c6
commit a2018f02c4
@@ -36,7 +36,7 @@ let
in
buildPythonPackage rec {
pname = "trio";
version = "0.25.0";
version = "0.26.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
owner = "python-trio";
repo = "trio";
rev = "refs/tags/v${version}";
hash = "sha256-JQ493U4WINOG6ob4IzfNQt5Lgs3DmEM2BDwbae7Bvsw=";
hash = "sha256-Vlm6lEMKKfwmhbeefPjxm3vz1zFRUEGOCHXLcZKQcIo=";
};
build-system = [ setuptools ];