Unverified Commit 145c1947 authored by Nick Cao's avatar Nick Cao
Browse files
parent b80d5dab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "edk2-pytool-library";
  version = "0.21.2";
  version = "0.21.3";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "tianocore";
    repo = "edk2-pytool-library";
    rev = "refs/tags/v${version}";
    hash = "sha256-xJ5OuQXvccgEjzuMqa75+mv3MipgdsiHc9yjrZYoCow=";
    hash = "sha256-tyDRHw3c5Kn9IXm5K7Qpn1xfmu5c3pb9D1mpeqo6SHg=";
  };

  nativeBuildInputs = [