Merge pull request #299575 from r-ryantm/auto-update/python312Packages.glean-parser

python312Packages.glean-parser: 13.0.0 -> 13.0.1
This commit is contained in:
Mario Rodas 2024-03-27 18:20:01 -05:00 committed by GitHub
commit 45b688a3a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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