python310Packages.async-lru: 2.0.0 -> 2.0.2

Diff: https://github.com/aio-libs/async-lru/compare/v2.0.0...v2.0.2
This commit is contained in:
Robert Schütz 2023-02-21 19:00:32 -08:00 committed by Robert Schütz
parent 8003a9266f
commit 42b08a90ab

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "async-lru";
version = "2.0.0";
version = "2.0.2";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = "async-lru";
rev = "v${version}";
hash = "sha256-mCmEMN9D6kEkHb3GoYuVk4XxvhaSX5eOHqpKawrcoxs=";
hash = "sha256-kcvtF/p1L5OVXJSRxRQ0NMFtV29tAysZs8cnTHqOBOo=";
};
propagatedBuildInputs = [