tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.cachecontrol: enable filecache
Fabian Affolter
3 years ago
3c746671
c1ff9980
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
cachecontrol
default.nix
+2
-2
pkgs/development/python-modules/cachecontrol/default.nix
···
21
21
owner = "ionrock";
22
22
repo = pname;
23
23
rev = "v${version}";
24
24
-
sha256 = "sha256-mgvL0q10UbPHY1H3tJprke5p8qNl3HNYoeLAERZTcTs=";
24
24
+
hash = "sha256-mgvL0q10UbPHY1H3tJprke5p8qNl3HNYoeLAERZTcTs=";
25
25
};
26
26
27
27
propagatedBuildInputs = [
28
28
+
lockfile
28
29
msgpack
29
30
requests
30
31
];
···
32
33
checkInputs = [
33
34
cherrypy
34
35
mock
35
35
-
lockfile
36
36
pytestCheckHook
37
37
];
38
38