Skip to content

Commit

Permalink
python.pkgs.prawcore: 0.12.0 -> 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz authored and FRidh committed Apr 8, 2018
1 parent 5b313ab commit 5bd9342
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/development/python-modules/prawcore/default.nix
Expand Up @@ -6,15 +6,19 @@

buildPythonPackage rec {
pname = "prawcore";
version = "0.12.0";
version = "0.15.0";

src = fetchFromGitHub {
owner = "praw-dev";
repo = "prawcore";
rev = "v${version}";
sha256 = "1z5fz6v4bv6xw84l4q3rpw3j63bb2dldl0fd6ckz8wqlpb2l45br";
sha256 = "0v16n6bzf483i00bn0qykrg3wvw9dbnfdl512pw8n635ld1g7cb8";
};

postPatch = ''
sed -i "s/'testfixtures >4.13.2, <6'/'testfixtures >4.13.2'/g" setup.py
'';

propagatedBuildInputs = [
requests
];
Expand Down

0 comments on commit 5bd9342

Please sign in to comment.