From f1313a80c9463616ac749025d1a4726a134506ce Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 9 Jul 2021 21:04:16 +0200 Subject: [PATCH] visidata: 2.4 -> 2.5 --- pkgs/applications/misc/visidata/default.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pkgs/applications/misc/visidata/default.nix b/pkgs/applications/misc/visidata/default.nix index 7851000a7a0f..71907fc80b18 100644 --- a/pkgs/applications/misc/visidata/default.nix +++ b/pkgs/applications/misc/visidata/default.nix @@ -24,13 +24,13 @@ }: buildPythonApplication rec { pname = "visidata"; - version = "2.4"; + version = "2.5"; src = fetchFromGitHub { owner = "saulpw"; repo = "visidata"; rev = "v${version}"; - sha256 = "0mvf2603d9b0s6rh7sl7mg4ipbh0nk05xgh1078mwvx31qjsmq1i"; + sha256 = "1iijggdgj36v7d2zm45c00nrbzxaaah2azflpca0f6fjaaxh3lr2"; }; propagatedBuildInputs = [ @@ -76,12 +76,6 @@ buildPythonApplication rec { rm tests/graph-cursor-nosave.vd # http rm tests/messenger-nosave.vd # dns - # disable some tests which expect Python == 3.6 (not our current version) - # see https://github.com/saulpw/visidata/issues/1014 - rm tests/describe.vd - rm tests/describe-error.vd - rm tests/edit-type.vd - # tests use git to compare outputs to references git init -b "test-reference" git config user.name "nobody"; git config user.email "no@where"