Merge pull request #57453 from r-ryantm/auto-update/python3.7-rply

python37Packages.rply: 0.7.6 -> 0.7.7
This commit is contained in:
Robert Schütz 2019-03-15 17:19:52 +01:00 committed by GitHub
commit 1bec0ba530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildPythonPackage rec {
pname = "rply";
version = "0.7.6";
version = "0.7.7";
src = fetchFromGitHub {
owner = "alex";
repo = "rply";
rev = "v${version}";
sha256 = "0a9r81kaibgr26psss02rn2nc6bf84a8q9nsywkm1xcswy8xrmcx";
sha256 = "1qv37hn7hhxd388znri76g0zjxsbwhxhcaic94dvw9pq4l60vqp6";
};
buildInputs = [ appdirs ];
propagatedBuildInputs = [ appdirs ];
checkInputs = [ pytest ];
checkPhase = ''