From 4fd2d26c401f5845e4702ea62f71476d0a8c09b9 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:18:43 +0100 Subject: [PATCH] python3Packages.tabledata: 1.3.3 -> 1.3.4 https://github.com/thombashi/tabledata/releases/tag/v1.3.4 --- pkgs/development/python-modules/tabledata/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/tabledata/default.nix b/pkgs/development/python-modules/tabledata/default.nix index 84dcccfdec0e..c995f8b36a1d 100644 --- a/pkgs/development/python-modules/tabledata/default.nix +++ b/pkgs/development/python-modules/tabledata/default.nix @@ -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; };