Merge pull request #301980 from r-ryantm/auto-update/python312Packages.craft-grammar

This commit is contained in:
Jon Seager 2024-04-07 16:54:11 +02:00 committed by GitHub
commit 221db1d434
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "craft-grammar";
version = "1.1.2";
version = "1.2.0";
pyproject = true;
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-grammar";
rev = "refs/tags/${version}";
hash = "sha256-23KLIO2yHXGe/zb3B8LirJsh+LY9z0c5ZGtF392Kszo";
hash = "sha256-YQpxgdmUxYLkhAXDLlkLAK6VpjIEycLFY3nsE/M4o2g=";
};
nativeBuildInputs = [