python310Packages.txaio: 22.2.1 -> 23.1.1

Changelog: https://github.com/crossbario/txaio/blob/v23.1.1/docs/releases.rst
This commit is contained in:
Fabian Affolter
2023-01-17 09:15:01 +01:00
parent cfe940406e
commit 73ca9d5f20
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "txaio";
version = "22.2.1";
version = "23.1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-LkWCtw8EsjRZCCVGhKmEIGwNm1DjB0okpMVauiHSTQE=";
hash = "sha256-+akhbpduXjJG39ESrXrVXKkVYGtguEp1esdpvUBP9wQ=";
};
propagatedBuildInputs = [