python37Packages.spark_parser: 1.8.7 -> 1.8.9

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-spark_parser/versions
This commit is contained in:
R. RyanTM 2019-08-20 14:05:55 -07:00
parent ffbb4d26f9
commit 9e342a7c04

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 ];