visidata: 2.7 -> 2.7.1

+3 -3
+3 -3
pkgs/applications/misc/visidata/default.nix
··· 25 25 }: 26 26 buildPythonApplication rec { 27 27 pname = "visidata"; 28 - version = "2.7"; 28 + version = "2.7.1"; 29 29 30 30 src = fetchFromGitHub { 31 31 owner = "saulpw"; 32 32 repo = "visidata"; 33 33 rev = "v${version}"; 34 - sha256 = "0b2h9vy0fch0bk0b33h8p4ssk3a25j67sfn0yvmxhbqjdmhlwv4h"; 34 + sha256 = "13s1541n1sr2rkfk1qpsm61y2q773x6fs4cwin660qq4bzmgymhy"; 35 35 }; 36 36 37 37 propagatedBuildInputs = [ ··· 90 90 meta = { 91 91 description = "Interactive terminal multitool for tabular data"; 92 92 license = lib.licenses.gpl3; 93 - maintainers = [ lib.maintainers.raskin ]; 93 + maintainers = with lib.maintainers; [ raskin markus1189 ]; 94 94 homepage = "http://visidata.org/"; 95 95 changelog = "https://github.com/saulpw/visidata/blob/v${version}/CHANGELOG.md"; 96 96 };