mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 23:03:41 +00:00
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:
parent
35ffaa2bb4
commit
3981820055
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user