lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.lru-dict: 1.1.7 -> 1.1.8

+2 -2
+2 -2
pkgs/development/python-modules/lru-dict/default.nix
··· 6 6 7 7 let 8 8 pname = "lru-dict"; 9 - version = "1.1.7"; 9 + version = "1.1.8"; 10 10 in 11 11 buildPythonPackage { 12 12 inherit pname version; ··· 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-RbgfZ9dTQdRDOrreeZpH6cQqniKhGFMdy15UmGQDLXw="; 17 + hash = "sha256-h4vI70Bz5c+5U9/Bz0WF20HouBTAEGq9400A7g0LMRU="; 18 18 }; 19 19 20 20 checkInputs = [