gnu: datamash: Update to 1.2.

* gnu/packages/datamash.scm (datamash): Update to 1.2.
This commit is contained in:
Efraim Flashner 2017-08-24 10:34:34 +03:00
parent 045ebb3e58
commit c47048c328
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -28,7 +28,7 @@ (define-module (gnu packages datamash)
(define-public datamash (define-public datamash
(package (package
(name "datamash") (name "datamash")
(version "1.1.1") (version "1.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -36,7 +36,7 @@ (define-public datamash
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"06w0pc828qsabmrlh7bc2zwc823xzxy89paaf37f6bipsyrij222")))) "15jrv3ly0vgvwwi2qjmhi39n7wrklwifdk961wwfaxyc5jr6zm78"))))
(native-inputs (native-inputs
`(("which" ,which) ;for tests `(("which" ,which) ;for tests
("perl" ,perl))) ;for help2man ("perl" ,perl))) ;for help2man