mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
python.pkgs.requests_oauthlib: fix source hash
This commit is contained in:
parent
326f54d9ba
commit
86890ae351
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue