python310Packages.build: 0.7.0 -> 0.8.0

This commit is contained in:
Fabian Affolter 2022-05-24 10:37:05 +02:00
parent d24c5a32ae
commit c60d5f08da

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "build";
version = "0.7.0";
version = "0.8.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "pypa";
repo = pname;
rev = version;
sha256 = "sha256-kT3Gax/ZCeV8Kb7CBArGWn/qzVSVdMRUoid/8cAovnE=";
hash = "sha256-P0DFBYsL2Ce/JwfYss64+CY/IvzYZEiz9wuEslij+oU=";
};
nativeBuildInputs = [