python3Packages.pytablewriter: 1.2.0 -> 1.2.1

https://github.com/thombashi/pytablewriter/releases/tag/v1.2.1
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:52 +01:00
parent 8cb78fdc74
commit c702c15490
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "pytablewriter";
version = "1.2.0";
version = "1.2.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "thombashi";
repo = pname;
tag = "v${version}";
hash = "sha256-b3YzDqNATaT/FFG4/x9EGlYlhXKPvgNB2xnm0bzvLJQ=";
hash = "sha256-YuuSMKTSG3oybvA6TDWNnGg4EiDAw2tRlM0S9mBQlkc=";
};
nativeBuildInputs = [ setuptools ];
@@ -106,7 +106,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to write a table in various formats";
homepage = "https://github.com/thombashi/pytablewriter";
changelog = "https://github.com/thombashi/pytablewriter/releases/tag/v${version}";
changelog = "https://github.com/thombashi/pytablewriter/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ genericnerdyusername ];
};