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

python311Packages.glean-parser: 14.1.1 -> 14.1.2
This commit is contained in:
Nick Cao 2024-05-17 18:11:18 -04:00 committed by GitHub
commit 661e717362
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.1";
version = "14.1.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "glean_parser";
inherit version;
hash = "sha256-bYqUNkB4/0W/+0+1G6/Ur5znDD5IlKFIc4gVNA0vAOg=";
hash = "sha256-OL59Tg+rD4M0DjQnkU4IqGMcf6sIioxg6bVDyrbqgww=";
};
postPatch = ''