python3Packages.flit: 3.7.1 -> 3.8.0

https://flit.pypa.io/en/stable/history.html#version-3-8
This commit is contained in:
Martin Weinelt 2022-12-29 16:33:23 +01:00
parent 31aa25d9c9
commit cbe9daf4d5

View file

@ -7,7 +7,6 @@
, testpath
, responses
, flit-core
, tomli
, tomli-w
}:
@ -18,14 +17,14 @@
buildPythonPackage rec {
pname = "flit";
version = "3.7.1";
version = "3.8.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "takluyver";
repo = "flit";
rev = version;
sha256 = "sha256-zKgaeK3fskz2TuHvIWlxBrdZIWfIJHhaqopZ3+V36wY=";
hash = "sha256-iXf9K/xI4u+dDV0Zf6S08nbws4NqycrTEW0B8/qCjQc=";
};
nativeBuildInputs = [
@ -36,7 +35,6 @@ buildPythonPackage rec {
docutils
requests
flit-core
tomli
tomli-w
];