Skip to content

Commit 679ba9e

Browse files
authored
python312Packages.edk2-pytool-library: 0.22.6 -> 0.23.0 (#390736)
2 parents ee09032 + f7c0e53 commit 679ba9e

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/edk2-pytool-library

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/edk2-pytool-library/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
buildPythonPackage rec {
1919
pname = "edk2-pytool-library";
20-
version = "0.22.6";
20+
version = "0.23.0";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "tianocore";
2727
repo = "edk2-pytool-library";
2828
tag = "v${version}";
29-
hash = "sha256-f0VPc8Bc/sbZZTkp1NO2sORCl2Si4UYOKbzK8olzQWA=";
29+
hash = "sha256-S1+ZEkLsKJJ3fMWDNkg4uxqLLY4kWXBB7GljUAj5Z7Y=";
3030
};
3131

3232
build-system = [

0 commit comments

Comments
 (0)