Merge pull request #67123 from r-ryantm/auto-update/python3.7-spark_parser

python37Packages.spark_parser: 1.8.7 -> 1.8.9
This commit is contained in:
Michael Raskin 2019-08-21 06:25:19 +00:00 committed by GitHub
commit ac1378e36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "spark_parser";
version = "1.8.7";
version = "1.8.9";
src = fetchPypi {
inherit pname version;
sha256 = "4c5e6064afbb3c114749016d585b0e4f9222d4ffa97a1854c9ab70b25783ef48";
sha256 = "0np2y4jcir4a4j18wws7yzkz2zj6nqhdhn41rpq8pyskg6wrgfx7";
};
buildInputs = [ nose ];