1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-18 10:56:53 +00:00

Merge pull request #108255 from fabaff/bump-pep517

This commit is contained in:
Sandro 2021-01-03 19:32:07 +01:00 committed by GitHub
commit 3c9adde0f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "pep517";
version = "0.8.2";
version = "0.9.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "8e6199cf1288d48a0c44057f112acf18aa5ebabbf73faa242f598fbe145ba29e";
sha256 = "0zqidxah03qpnp6zkg3zd1kmd5f79hhdsfmlc0cldaniy80qddxf";
};
nativeBuildInputs = [