gnu: datamash: Update to 1.3.

* gnu/packages/datamash.scm (datamash): Update to 1.3.
This commit is contained in:
Ludovic Courtès 2018-03-17 23:04:30 +01:00
parent c217df913e
commit 80f565d313
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -28,7 +28,7 @@ (define-module (gnu packages datamash)
(define-public datamash
(package
(name "datamash")
(version "1.2")
(version "1.3")
(source
(origin
(method url-fetch)
@ -36,7 +36,7 @@ (define-public datamash
version ".tar.gz"))
(sha256
(base32
"15jrv3ly0vgvwwi2qjmhi39n7wrklwifdk961wwfaxyc5jr6zm78"))))
"19jpcv4ryvbz0476d6dgpxpbjkpmih4q84wj06nslls338bm5fzf"))))
(native-inputs
`(("which" ,which) ;for tests
("perl" ,perl))) ;for help2man