Skip to content
Snippets Groups Projects
Unverified Commit ff99fe65 authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: datamash: Update to 1.1.1.

* gnu/packages/datamash.scm (datamash): Update to 1.1.1.
parent 53b8ee28
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ (define-module (gnu packages datamash) ...@@ -28,7 +28,7 @@ (define-module (gnu packages datamash)
(define-public datamash (define-public datamash
(package (package
(name "datamash") (name "datamash")
(version "1.1.0") (version "1.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -36,7 +36,7 @@ (define-public datamash ...@@ -36,7 +36,7 @@ (define-public datamash
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1c2bj0jrm4fxkf0ykxkzgyk1l9s0idqm8rbzmk3n9pgldb4arrd9")))) "06w0pc828qsabmrlh7bc2zwc823xzxy89paaf37f6bipsyrij222"))))
(native-inputs (native-inputs
`(("which" ,which) ;for tests `(("which" ,which) ;for tests
("perl" ,perl))) ;for help2man ("perl" ,perl))) ;for help2man
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment