diff options
author | Mark H Weaver <mhw@netris.org> | 2014-09-08 11:00:06 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-09-08 11:00:06 -0400 |
commit | e759c0a38c799f2d03b3454e9ca6acf2262dc957 (patch) | |
tree | 08f5a1414410bc6719205090ac07484b308ba918 /gnu/packages/datamash.scm | |
parent | 11459384968f654c42ad7dba4443dada35191f5b (diff) | |
parent | 4a4cbd0bdd2ad8c4f37c3ffdd69596ef1ef41d91 (diff) | |
download | guix-e759c0a38c799f2d03b3454e9ca6acf2262dc957.tar guix-e759c0a38c799f2d03b3454e9ca6acf2262dc957.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/datamash.scm')
-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 543cd038d3..ccf3729b0b 100644 --- a/gnu/packages/datamash.scm +++ b/gnu/packages/datamash.scm @@ -27,7 +27,7 @@ (define-public datamash (package (name "datamash") - (version "1.0.5") + (version "1.0.6") (source (origin (method url-fetch) @@ -35,7 +35,7 @@ version ".tar.gz")) (sha256 (base32 - "0f4rbbhl18fb851npza9cl8biynzr081f37ih2xsbvjlyrxhnz6b")))) + "0621a1xyf8gvcks0vb26g72dm4zh1s6y3a4cc5nnnl5m8mfc4m01")))) (native-inputs `(("which" ,which) ;for tests ("perl" ,perl))) ;for help2man @@ -45,4 +45,4 @@ (description "Perform basic numeric, textual and statistical operations on plain text files. Designed to work within standard pipelines without additional code.") - (license gpl3))) + (license gpl3+))) |