Merge pull request #305587 from r-ryantm/auto-update/python311Packages.glean-parser
python311Packages.glean-parser: 13.0.1 -> 14.1.0
This commit is contained in:
@@ -9,13 +9,14 @@
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, pyyaml
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
, yamllint
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "glean-parser";
|
||||
version = "13.0.1";
|
||||
version = "14.1.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -23,7 +24,7 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
pname = "glean_parser";
|
||||
inherit version;
|
||||
hash = "sha256-/urUy+xpMO04pI31uunrTuSGu0Am3fLzIGuF+AJ50ec=";
|
||||
hash = "sha256-828KUT9B09cOQrpLqfPpkxb63IounEqNOs3WWq6vGVU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -43,6 +44,7 @@ buildPythonPackage rec {
|
||||
jinja2
|
||||
jsonschema
|
||||
pyyaml
|
||||
setuptools
|
||||
yamllint
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user