1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python.pkgs.requests_oauthlib: fix source hash

This commit is contained in:
Jörg Thalheim 2017-08-26 09:46:31 +01:00
parent 326f54d9ba
commit 86890ae351

View file

@ -8,7 +8,7 @@ buildPythonPackage rec {
src = fetchurl {
url = "http://github.com/requests/requests-oauthlib/archive/v${version}.tar.gz";
sha256 = "883ac416757eada6d3d07054ec7092ac21c7f35cb1d2cf82faf205637081f468";
sha256 = "18gg9dwral153c10f8bwhz2dy4nw7c6mws5a2g7gidk3z5xhqy4n";
};
doCheck = false; # Internet tests fail when building in chroot