python3Packages.lru-dict: 1.1.7 -> 1.1.8

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:16 +02:00
parent 3285f69cb4
commit eced761777

View file

@ -6,7 +6,7 @@
let
pname = "lru-dict";
version = "1.1.7";
version = "1.1.8";
in
buildPythonPackage {
inherit pname version;
@ -14,7 +14,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-RbgfZ9dTQdRDOrreeZpH6cQqniKhGFMdy15UmGQDLXw=";
hash = "sha256-h4vI70Bz5c+5U9/Bz0WF20HouBTAEGq9400A7g0LMRU=";
};
checkInputs = [