datamash: 1.5 -> 1.6
This commit is contained in:
parent
e893358693
commit
10f3643c7c
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "datamash";
|
pname = "datamash";
|
||||||
version = "1.5";
|
version = "1.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
|
url = "mirror://gnu/${pname}/${pname}-${version}.tar.gz";
|
||||||
sha256 = "1b91pbdarnfmbhid8aa2f50k0fln8n7pg62782b4y0jlzvaljqi2";
|
sha256 = "1jvqxcyh0aghnqh3m2rk5av1x0038flcmfzd493vasv1k69vgfdr";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A command-line program which performs basic numeric,textual and statistical operations on input textual data files";
|
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;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ pSub vrthra ];
|
maintainers = with maintainers; [ pSub vrthra ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user