python: prawcore: 1.4.0 -> 1.5.0

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:31:10 +02:00
parent 28e73d9956
commit c45eab5a54

View File

@ -6,12 +6,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "prawcore"; pname = "prawcore";
version = "1.4.0"; version = "1.5.0";
disabled = isPy27; # see https://github.com/praw-dev/prawcore/pull/101 disabled = isPy27; # see https://github.com/praw-dev/prawcore/pull/101
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "cf71388d869becbcbdfd90258b19d2173c197a457f2dd0bef0566b6cfb9b95a1"; sha256 = "1f1eafc8a65d671f9892354f73142014fbb5d3a9ee621568c662d0a354e0578b";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [