Merge pull request #81068 from r-ryantm/auto-update/datamash
datamash: 1.5 -> 1.6
This commit is contained in:
commit
0d59920d8d
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user