python311Packages.glean-parser: 13.0.1 -> 14.1.0

This commit is contained in:
R. Ryantm 2024-05-02 20:08:08 +00:00 committed by Weijia Wang
parent 2eab8a59e2
commit e807c7a51d

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "glean-parser";
version = "13.0.1";
version = "14.1.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "glean_parser";
inherit version;
hash = "sha256-/urUy+xpMO04pI31uunrTuSGu0Am3fLzIGuF+AJ50ec=";
hash = "sha256-828KUT9B09cOQrpLqfPpkxb63IounEqNOs3WWq6vGVU=";
};
postPatch = ''