nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

+2 -2
+2 -2
pkgs/development/python-modules/spark_parser/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "spark_parser"; 10 - version = "1.8.7"; 10 + version = "1.8.9"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "4c5e6064afbb3c114749016d585b0e4f9222d4ffa97a1854c9ab70b25783ef48"; 14 + sha256 = "0np2y4jcir4a4j18wws7yzkz2zj6nqhdhn41rpq8pyskg6wrgfx7"; 15 15 }; 16 16 17 17 buildInputs = [ nose ];