pythonPackages.praw: freeze at 6.3.1

This commit is contained in:
Jonathan Ringer
2019-10-16 21:24:00 -07:00
committed by Jon
parent 67aa40139b
commit 73ae8fbb64
3 changed files with 55 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ buildPythonPackage rec {
description = "Python Reddit API wrapper";
homepage = "https://praw.readthedocs.org/";
license = licenses.bsd2;
platforms = platforms.all;
maintainers = with maintainers; [ ];
};
}