guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: datamash: Update to 1.6.


From: guix-commits
Subject: branch master updated: gnu: datamash: Update to 1.6.
Date: Tue, 25 Feb 2020 01:57:00 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d70e74c  gnu: datamash: Update to 1.6.
d70e74c is described below

commit d70e74ce0eb036095bf7d9e06bbfe2bf669dd05a
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Feb 25 08:53:50 2020 +0200

    gnu: datamash: Update to 1.6.
    
    * gnu/packages/datamash.scm (datamash): Update to 1.6.
---
 gnu/packages/datamash.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/datamash.scm b/gnu/packages/datamash.scm
index ac1b71e..a61ee96 100644
--- a/gnu/packages/datamash.scm
+++ b/gnu/packages/datamash.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014, 2018 Eric Bavier <address@hidden>
-;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -29,7 +29,7 @@
 (define-public datamash
   (package
     (name "datamash")
-    (version "1.5")
+    (version "1.6")
     (source
      (origin
       (method url-fetch)
@@ -37,7 +37,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "1b91pbdarnfmbhid8aa2f50k0fln8n7pg62782b4y0jlzvaljqi2"))))
+        "1jvqxcyh0aghnqh3m2rk5av1x0038flcmfzd493vasv1k69vgfdr"))))
     (native-inputs
      `(("which" ,which)                 ;for tests
        ("perl" ,perl)))                 ;for help2man



reply via email to

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