From c702c154904d5574f697f377e9bd8c729cbe859c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:17:41 +0100 Subject: [PATCH] python3Packages.pytablewriter: 1.2.0 -> 1.2.1 https://github.com/thombashi/pytablewriter/releases/tag/v1.2.1 --- pkgs/development/python-modules/pytablewriter/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pytablewriter/default.nix b/pkgs/development/python-modules/pytablewriter/default.nix index 30eacdbeac51..26807a887cda 100644 --- a/pkgs/development/python-modules/pytablewriter/default.nix +++ b/pkgs/development/python-modules/pytablewriter/default.nix @@ -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 ]; };