Skip to content

Commit

Permalink
python312Packages.spark-parser: 1.8.9 -> 1.9.0 (NixOS#347365)
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c authored Oct 11, 2024
2 parents 5ed3237 + 01a2643 commit 0b4d07d
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 0b4d07d

Please sign in to comment.