lol

python3Packages.cachecontrol: enable filecache

+2 -2
+2 -2
pkgs/development/python-modules/cachecontrol/default.nix
··· 21 21 owner = "ionrock"; 22 22 repo = pname; 23 23 rev = "v${version}"; 24 - sha256 = "sha256-mgvL0q10UbPHY1H3tJprke5p8qNl3HNYoeLAERZTcTs="; 24 + hash = "sha256-mgvL0q10UbPHY1H3tJprke5p8qNl3HNYoeLAERZTcTs="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [ 28 + lockfile 28 29 msgpack 29 30 requests 30 31 ]; ··· 32 33 checkInputs = [ 33 34 cherrypy 34 35 mock 35 - lockfile 36 36 pytestCheckHook 37 37 ]; 38 38