unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52589] [PATCH] gnu: visidata: Update to 2.8.
@ 2021-12-17 23:16 Ryan Prior via Guix-patches via
  2021-12-18 20:12 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Prior via Guix-patches via @ 2021-12-17 23:16 UTC (permalink / raw)
  To: 52589

* gnu/packages/spreadsheet.scm (visidata): Update to 2.8.
  Additionally, migrate inputs to new style.
---
 gnu/packages/spreadsheet.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/spreadsheet.scm b/gnu/packages/spreadsheet.scm
index b81c67d63f..0016f38aff 100644
--- a/gnu/packages/spreadsheet.scm
+++ b/gnu/packages/spreadsheet.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com>
+;;; Copyright © 2020, 2021 Ryan Prior <rprior@protonmail.com>
 ;;; Copyright © 2020 Ekaitz Zarraga <ekaitz@elenq.tech>
 ;;; Copyright © 2021 Jorge Gomez <jgart@dismail.de>
 ;;;
@@ -86,14 +86,14 @@ (define-public sc-im
 (define-public visidata
   (package
     (name "visidata")
-    (version "2.5")
+    (version "2.8")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "visidata" version))
        (sha256
         (base32
-         "19fbjr9j91pcazcz0bqx3qrasmr8xdsb13haf5lfbpyxj23f7f1j"))))
+         "1jfhrk0xvzzqfzs0khbig2dc94718qki8zys1f1a9553vjncvmi6"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
@@ -103,13 +103,13 @@ (define-public visidata
              (when tests? (invoke "pytest"))
              #t)))))
     (inputs
-     `(("dateutil" ,python-dateutil)
-       ("requests" ,python-requests)
-       ("lxml" ,python-lxml)
-       ("openpyxl" ,python-openpyxl)
-       ("xlrd" ,python-xlrd)))
+     (list python-dateutil
+           python-requests
+           python-lxml
+           python-openpyxl
+           python-xlrd))
     (native-inputs
-     `(("pytest" ,python-pytest)))
+     (list python-pytest))
     (synopsis "Terminal spreadsheet multitool for discovering and arranging data")
     (description
      "VisiData is an interactive multitool for tabular data.  It combines the
--
2.34.0






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#52589] [PATCH] gnu: visidata: Update to 2.8.
  2021-12-17 23:16 [bug#52589] [PATCH] gnu: visidata: Update to 2.8 Ryan Prior via Guix-patches via
@ 2021-12-18 20:12 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-12-18 20:12 UTC (permalink / raw)
  To: 52589; +Cc: 52589-done

On Fri, Dec 17, 2021 at 11:16:26PM +0000, Ryan Prior via Guix-patches via wrote:
> * gnu/packages/spreadsheet.scm (visidata): Update to 2.8.
>   Additionally, migrate inputs to new style.

Thanks! Pushed as fcb5b3176c7e752f3ed7816588973a47abcdc304




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-18 20:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17 23:16 [bug#52589] [PATCH] gnu: visidata: Update to 2.8 Ryan Prior via Guix-patches via
2021-12-18 20:12 ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).