Merge pull request #268403 from NickCao/edk2-pytool-library

python311Packages.edk2-pytool-library: 0.19.4 -> 0.19.5
This commit is contained in:
Nick Cao 2023-11-19 11:10:02 -05:00 committed by GitHub
commit 423f70bd24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "edk2-pytool-library";
version = "0.19.4";
version = "0.19.5";
pyproject = true;
disabled = pythonOlder "3.10";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "tianocore";
repo = "edk2-pytool-library";
rev = "v${version}";
hash = "sha256-7pTi3pDD7245hbWqINchZNImv53a4afzaydE7vTtbVw=";
hash = "sha256-Gxza9bVLVVHejKNI9CQZQxfJuT71LBsxDQ8e4xAozS0=";
};
nativeBuildInputs = [