python3Packages.glean-parser: 19.2.0 -> 20.0.1 (#532700)

This commit is contained in:
Eman Resu
2026-07-15 19:08:42 +00:00
committed by GitHub

View File

@@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "glean-parser";
version = "19.2.0";
version = "20.0.1";
pyproject = true;
src = fetchPypi {
pname = "glean_parser";
inherit version;
hash = "sha256-oL2vnZWvaoZUPJb1IML0egeTU/ND/TsJqzC4fLnWyDY=";
hash = "sha256-e6d4QMqOR8/7F/Tstk7cH/aj1s4AZyI+BS5AnewePKk=";
};
build-system = [