python3Packages.tabledata: 1.3.3 -> 1.3.4

https://github.com/thombashi/tabledata/releases/tag/v1.3.4
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:35 +01:00
parent c925980659
commit 4fd2d26c40
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "tabledata";
version = "1.3.3";
version = "1.3.4";
format = "setuptools";
src = fetchFromGitHub {
owner = "thombashi";
repo = pname;
tag = "v${version}";
hash = "sha256-84KrXnks76mvIjcEeQPpwd8rPO5SMbH/jfqERaFTrWo=";
hash = "sha256-kZAEKUOcxb3fK3Oh6+4byJJlB/xzDAEGNpUDEKyVkhs=";
};
propagatedBuildInputs = [
@@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/thombashi/tabledata";
description = "Library to represent tabular data";
changelog = "https://github.com/thombashi/tabledata/releases/tag/v${version}";
changelog = "https://github.com/thombashi/tabledata/releases/tag/${src.tag}";
maintainers = with maintainers; [ genericnerdyusername ];
license = licenses.mit;
};