diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2020-02-25 08:53:50 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2020-02-25 08:53:50 +0200 |
| commit | d70e74ce0eb036095bf7d9e06bbfe2bf669dd05a (patch) | |
| tree | 5c46309b8218c1d190879c2fe2b8fed5ae019c0b /gnu | |
| parent | 0d197a63d1c2751c562f44046b089017cd246574 (diff) | |
gnu: datamash: Update to 1.6.
* gnu/packages/datamash.scm (datamash): Update to 1.6.
Diffstat (limited to 'gnu')
| -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 ac1b71e63bd..a61ee96fec1 100644 --- a/gnu/packages/datamash.scm +++ b/gnu/packages/datamash.scm | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2014, 2018 Eric Bavier <bavier@member.fsf.org> | 2 | ;;; Copyright © 2014, 2018 Eric Bavier <bavier@member.fsf.org> |
| 3 | ;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il> | 3 | ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il> |
| 4 | ;;; | 4 | ;;; |
| 5 | ;;; This file is part of GNU Guix. | 5 | ;;; This file is part of GNU Guix. |
| 6 | ;;; | 6 | ;;; |
| @@ -29,7 +29,7 @@ | |||
| 29 | (define-public datamash | 29 | (define-public datamash |
| 30 | (package | 30 | (package |
| 31 | (name "datamash") | 31 | (name "datamash") |
| 32 | (version "1.5") | 32 | (version "1.6") |
| 33 | (source | 33 | (source |
| 34 | (origin | 34 | (origin |
| 35 | (method url-fetch) | 35 | (method url-fetch) |
| @@ -37,7 +37,7 @@ | |||
| 37 | version ".tar.gz")) | 37 | version ".tar.gz")) |
| 38 | (sha256 | 38 | (sha256 |
| 39 | (base32 | 39 | (base32 |
| 40 | "1b91pbdarnfmbhid8aa2f50k0fln8n7pg62782b4y0jlzvaljqi2")))) | 40 | "1jvqxcyh0aghnqh3m2rk5av1x0038flcmfzd493vasv1k69vgfdr")))) |
| 41 | (native-inputs | 41 | (native-inputs |
| 42 | `(("which" ,which) ;for tests | 42 | `(("which" ,which) ;for tests |
| 43 | ("perl" ,perl))) ;for help2man | 43 | ("perl" ,perl))) ;for help2man |
