Merge pull request #81068 from r-ryantm/auto-update/datamash

datamash: 1.5 -> 1.6
This commit is contained in:
Mario Rodas 2020-02-25 21:35:16 -05:00 committed by GitHub
commit 0d59920d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];