Skip to content

Commit

Permalink
python.pkgs.requests_oauthlib: fix source hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Aug 26, 2017
1 parent 326f54d commit 86890ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/requests-oauthlib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

3 comments on commit 86890ae

@betaboon
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mic92 for me the packaged resulted in the following hash today: 0s7lh5q661gjza1czlmibkrwf8dcj9qfqm3hs39sdbbyflbc8fl8

how can this be ?

@Mic92
Copy link
Member Author

@Mic92 Mic92 commented on 86890ae Sep 1, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

github's tarballs are not stable. I will switch to fetchFromGitHub instead.

@Mic92
Copy link
Member Author

@Mic92 Mic92 commented on 86890ae Sep 1, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has been already fixed using fetchPypi: 2858c41

Please sign in to comment.