lol

python3Packages.cachecontrol: enable filecache

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