Merge pull request #174255 from fabaff/build-bump

python310Packages.build: 0.7.0 -> 0.8.0
This commit is contained in:
Fabian Affolter 2022-05-24 20:37:55 +02:00 committed by GitHub
commit 2cb734551c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [