praw: 5.2.0 -> 5.4.0

This commit is contained in:
Maximilian Güntner 2018-04-13 13:47:53 +02:00
parent cdf0655600
commit 04113fb864
No known key found for this signature in database
GPG key ID: 5D667E0FD0397CFF

View file

@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "praw";
version = "5.2.0";
version = "5.4.0";
src = fetchFromGitHub {
owner = "praw-dev";
repo = "praw";
rev = "v${version}";
sha256 = "0nwfadczxa1fyq65zc3sfv8g2r4w3xrx3bdi5fv9xpn97wh2ifgw";
sha256 = "13vbh2r952ai2m6sc79psfwaj5fc8cssdg2pqpizg2mwd0l1s6lb";
};
propagatedBuildInputs = [