Skip to content

Commit cb50802

Browse files
committedSep 1, 2017
python.pkgs.requests-oauthlib: fix source hash
Was accidentally broken during merge. (cherry picked from commit e825cd8cf681722c9d1e610ada6e775b5230dac0)
1 parent 551b406 commit cb50802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/python-modules/requests-oauthlib.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildPythonPackage rec {
88

99
src = fetchPypi {
1010
inherit pname version;
11-
sha256 = "18gg9dwral153c10f8bwhz2dy4nw7c6mws5a2g7gidk3z5xhqy4n";
11+
sha256 = "0s7lh5q661gjza1czlmibkrwf8dcj9qfqm3hs39sdbbyflbc8fl8";
1212
};
1313

1414
doCheck = false; # Internet tests fail when building in chroot

0 commit comments

Comments
 (0)
Please sign in to comment.