Skip to content

Commit

Permalink
python312Packages.edk2-pytool-library: 0.21.11 -> 0.21.12 (#345937)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 5, 2024
2 parents 6027ab6 + e508923 commit abb1271
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "edk2-pytool-library";
version = "0.21.11";
version = "0.21.12";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "tianocore";
repo = "edk2-pytool-library";
rev = "refs/tags/v${version}";
hash = "sha256-5d/IEa7IGbQ2FIAl6Y8tBJIzCNDPibmhy35CSpcWQ8A=";
hash = "sha256-PIQ/OrZnm+WOlvTzCHb64/bj7/JGKBEbh6lHD0Pm0ro=";
};

build-system = [
Expand Down

0 comments on commit abb1271

Please sign in to comment.