python3Packages.async-timeout: 4.0.2 -> 4.0.3

This commit is contained in:
Martin Weinelt 2023-09-15 14:05:47 +02:00
parent 7c0162d554
commit c99ccbfe74

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "async-timeout";
version = "4.0.2";
version = "4.0.3";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-IWPhZA3bUreoyA0KZ6CFh+XSRcycVTp0qEcFa8KXaxU=";
hash = "sha256-RkDZa+hNgtAu1Z6itxBaD3szq+hwNwPNCrC/h8QnUi8=";
};
propagatedBuildInputs = [