Merge pull request #95673 from r-ryantm/auto-update/python3.7-prawcore

python37Packages.prawcore: 1.4.0 -> 1.5.0
This commit is contained in:
Martin Weinelt 2020-08-17 15:06:15 +02:00 committed by GitHub
commit d34bb18d11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [