datamash: 1.5 -> 1.6

This commit is contained in:
R. RyanTM 2020-02-25 23:38:27 +00:00
parent e893358693
commit 10f3643c7c

View File

@ -2,16 +2,16 @@
stdenv.mkDerivation rec {
pname = "datamash";
version = "1.5";
version = "1.6";
src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
sha256 = "1b91pbdarnfmbhid8aa2f50k0fln8n7pg62782b4y0jlzvaljqi2";
sha256 = "1jvqxcyh0aghnqh3m2rk5av1x0038flcmfzd493vasv1k69vgfdr";
};
meta = with stdenv.lib; {
description = "A command-line program which performs basic numeric,textual and statistical operations on input textual data files";
homepage = https://www.gnu.org/software/datamash/;
homepage = "https://www.gnu.org/software/datamash/";
license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = with maintainers; [ pSub vrthra ];