guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: datamash: Update to 1.1.1.


From: Marius Bakke
Subject: 02/03: gnu: datamash: Update to 1.1.1.
Date: Fri, 20 Jan 2017 18:36:39 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit ff99fe6505b3831d9b563c584552674280b6c671
Author: Marius Bakke <address@hidden>
Date:   Fri Jan 20 19:27:47 2017 +0100

    gnu: datamash: Update to 1.1.1.
    
    * gnu/packages/datamash.scm (datamash): Update to 1.1.1.
---
 gnu/packages/datamash.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/datamash.scm b/gnu/packages/datamash.scm
index 9889f16..78ed868 100644
--- a/gnu/packages/datamash.scm
+++ b/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]