1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

python: async-timeout: 2.0.0 -> 2.0.1

This commit is contained in:
Frederik Rietdijk 2018-04-04 20:01:29 +02:00
parent 85b60f8225
commit 1ba092955c

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "async-timeout";
version = "2.0.0";
version = "2.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "c17d8ac2d735d59aa62737d76f2787a6c938f5a944ecf768a8c0ab70b0dea566";
sha256 = "00cff4d2dce744607335cba84e9929c3165632da2d27970dbc55802a0c7873d0";
};
# Circular dependency on aiohttp