Skip to content

Commit

Permalink
python312Packages.spark-parser: 1.8.9 -> 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 8, 2024
1 parent 8af94f7 commit 01a2643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/spark-parser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

buildPythonPackage rec {
pname = "spark-parser";
version = "1.8.9";
version = "1.9.0";
format = "setuptools";

src = fetchPypi {
pname = "spark_parser";
inherit version;
sha256 = "0np2y4jcir4a4j18wws7yzkz2zj6nqhdhn41rpq8pyskg6wrgfx7";
sha256 = "sha256-3GbUjEJlxBM9tBqcX+nBxQKzsgFn3xWKDyNM0xcSz2Q=";
};

propagatedBuildInputs = [ click ];
Expand Down

0 comments on commit 01a2643

Please sign in to comment.