diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-02-26 22:13:11 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-26 22:13:11 +0100 |
commit | 7fe962788ac330fce18d7cc39f613bb1f961d6ea (patch) | |
tree | d8f61f1fb2263d9186157202725ca8fe7b7dd896 /gnu/packages/datamash.scm | |
parent | 9844848b23860136da54193b725b6653b4e9d8ee (diff) | |
parent | 2e4011465b6c0757c45ddf118c9f406df045b376 (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/datamash.scm')
-rw-r--r-- | gnu/packages/datamash.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/datamash.scm b/gnu/packages/datamash.scm index ac1b71e63b..a61ee96fec 100644 --- a/gnu/packages/datamash.scm +++ b/gnu/packages/datamash.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014, 2018 Eric Bavier <bavier@member.fsf.org> -;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il> +;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il> ;;; ;;; This file is part of GNU Guix. ;;; @@ -29,7 +29,7 @@ (define-public datamash (package (name "datamash") - (version "1.5") + (version "1.6") (source (origin (method url-fetch) @@ -37,7 +37,7 @@ version ".tar.gz")) (sha256 (base32 - "1b91pbdarnfmbhid8aa2f50k0fln8n7pg62782b4y0jlzvaljqi2")))) + "1jvqxcyh0aghnqh3m2rk5av1x0038flcmfzd493vasv1k69vgfdr")))) (native-inputs `(("which" ,which) ;for tests ("perl" ,perl))) ;for help2man |