mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: datamash: Update to 1.7.
* gnu/packages/datamash.scm (datamash): Update to 1.7.
This commit is contained in:
parent
2fea2b6414
commit
1e700c656a
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ (define-module (gnu packages datamash)
|
|||
(define-public datamash
|
||||
(package
|
||||
(name "datamash")
|
||||
(version "1.6")
|
||||
(version "1.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -37,7 +37,7 @@ (define-public datamash
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jvqxcyh0aghnqh3m2rk5av1x0038flcmfzd493vasv1k69vgfdr"))))
|
||||
"1cxdlhgz3wzjqlq8bgwad93fgqymk2abbldfzw1ffnhcp4mmjjjp"))))
|
||||
(native-inputs
|
||||
`(("which" ,which) ;for tests
|
||||
("perl" ,perl))) ;for help2man
|
||||
|
|
Loading…
Reference in a new issue