Merge pull request #310392 from r-ryantm/auto-update/python311Packages.glean-parser

python311Packages.glean-parser: 14.1.0 -> 14.1.1
This commit is contained in:
Nick Cao 2024-05-10 10:22:31 -04:00 committed by GitHub
commit a7f9b50cbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "glean-parser";
version = "14.1.0";
version = "14.1.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "glean_parser";
inherit version;
hash = "sha256-828KUT9B09cOQrpLqfPpkxb63IounEqNOs3WWq6vGVU=";
hash = "sha256-bYqUNkB4/0W/+0+1G6/Ur5znDD5IlKFIc4gVNA0vAOg=";
};
postPatch = ''