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
owner = "ionrock";
22
repo = pname;
23
rev = "v${version}";
24
-
sha256 = "sha256-mgvL0q10UbPHY1H3tJprke5p8qNl3HNYoeLAERZTcTs=";
25
};
26
27
propagatedBuildInputs = [
0
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
0
36
pytestCheckHook
37
];
38