diff --git a/gnu/packages/spreadsheet.scm b/gnu/packages/spreadsheet.scm index 363d0ae16f..3ccd922747 100644 --- a/gnu/packages/spreadsheet.scm +++ b/gnu/packages/spreadsheet.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2020, 2021 Ryan Prior ;;; Copyright © 2020 Ekaitz Zarraga -;;; Copyright © 2021, 2023 jgart +;;; Copyright © 2021, 2023-2024 jgart ;;; ;;; This file is part of GNU Guix. ;;; @@ -99,24 +99,24 @@ (define-public visidata (package (name "visidata") - (version "2.8") + (version "3.0.2") (source (origin (method url-fetch) (uri (pypi-uri "visidata" version)) (sha256 (base32 - "1jfhrk0xvzzqfzs0khbig2dc94718qki8zys1f1a9553vjncvmi6")))) + "0nn0fwm0172gn5ffil310k7hmxqrrc1dn6xfz7jxsj0vikq8vhrq")))) (build-system python-build-system) (arguments - '(#:phases - (modify-phases %standard-phases - (replace 'check - (lambda* (#:key tests? #:allow-other-keys) - (when tests? (invoke "pytest")) - #t))))) + (list #:phases + #~(modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? (invoke "pytest"))))))) (inputs (list python-dateutil + python-importlib-metadata python-requests python-lxml python-openpyxl