Browse Source
gnu: datamash: Update to 1.1.1.
* gnu/packages/datamash.scm (datamash): Update to 1.1.1.
wip-git-https
Marius Bakke
5 years ago
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with
2 additions and
2 deletions
-
gnu/packages/datamash.scm
|
|
@ -28,7 +28,7 @@ |
|
|
|
(define-public datamash |
|
|
|
(package |
|
|
|
(name "datamash") |
|
|
|
(version "1.1.0") |
|
|
|
(version "1.1.1") |
|
|
|
(source |
|
|
|
(origin |
|
|
|
(method url-fetch) |
|
|
@ -36,7 +36,7 @@ |
|
|
|
version ".tar.gz")) |
|
|
|
(sha256 |
|
|
|
(base32 |
|
|
|
"1c2bj0jrm4fxkf0ykxkzgyk1l9s0idqm8rbzmk3n9pgldb4arrd9")))) |
|
|
|
"06w0pc828qsabmrlh7bc2zwc823xzxy89paaf37f6bipsyrij222")))) |
|
|
|
(native-inputs |
|
|
|
`(("which" ,which) ;for tests |
|
|
|
("perl" ,perl))) ;for help2man |
|
|
|