python310Packages.flit: 3.8.0 -> 3.9.0

https://github.com/pypa/flit/blob/3.9.0/doc/history.rst
This commit is contained in:
Martin Weinelt 2023-07-24 12:31:08 +02:00
parent 35ffaa2bb4
commit 3981820055

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "flit";
version = "3.8.0";
version = "3.9.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "takluyver";
repo = "flit";
rev = version;
hash = "sha256-iXf9K/xI4u+dDV0Zf6S08nbws4NqycrTEW0B8/qCjQc=";
hash = "sha256-yl2+PcKr7xRW4oIBWl+gzh/nKhSNu5GH9fWKRGgaNHU=";
};
nativeBuildInputs = [
@ -51,6 +51,7 @@ buildPythonPackage rec {
];
meta = with lib; {
changelog = "https://github.com/pypa/flit/blob/${version}/doc/history.rst";
description = "A simple packaging tool for simple packages";
homepage = "https://github.com/pypa/flit";
license = licenses.bsd3;