Skip to content

Commit

Permalink
python.pkgs.requests-oauthlib: fix source hash
Browse files Browse the repository at this point in the history
Was accidentally broken during merge.

(cherry picked from commit e825cd8cf681722c9d1e610ada6e775b5230dac0)
  • Loading branch information
Mic92 committed Sep 1, 2017
1 parent 551b406 commit cb50802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/requests-oauthlib.nix
Expand Up @@ -8,7 +8,7 @@ buildPythonPackage rec {

src = fetchPypi {
inherit pname version;
sha256 = "18gg9dwral153c10f8bwhz2dy4nw7c6mws5a2g7gidk3z5xhqy4n";
sha256 = "0s7lh5q661gjza1czlmibkrwf8dcj9qfqm3hs39sdbbyflbc8fl8";
};

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

0 comments on commit cb50802

Please sign in to comment.