python3Packages.asyncio-throttle: 1.0.1 -> 1.0.

This commit is contained in:
Martin Weinelt 2021-04-13 17:44:49 +02:00
parent b0ccb3aea9
commit 42ec49f7ff
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "asyncio-throttle";
version = "1.0.1";
version = "1.0.2";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "hallazzang";
repo = pname;
rev = "v${version}";
sha256 = "0raqnrnp42cn1c7whbm7ajbgaczx33k6hbxsj30nh998pqxhh4sj";
sha256 = "1hsjcymdcm0hf4l68scf9n8j7ba89azgh96xhxrnyvwxfs5acnmv";
};
checkInputs = [