python311Packages.glean-parser: 14.1.0 -> 14.1.1

This commit is contained in:
R. Ryantm 2024-05-09 17:42:45 +00:00
parent 0c9055e823
commit e3d1f7229d

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 = ''