diff options
| author | jgart <jgart@dismail.de> | 2024-07-10 10:29:09 -0500 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2024-07-10 10:31:51 -0500 |
| commit | 64ecead2a5c14700ba01ed63e244a8fd383e9e6f (patch) | |
| tree | bb860e0bbcc0426006f4922ca2a6ed259158a57f /gnu | |
| parent | ab54f8c5144db9d9cea3f19979ac5b7040349e4d (diff) | |
gnu: visidata: Update to 3.0.2.
* gnu/packages/spreadsheet.scm (visidata): Update to 3.0.2.
[arguments]: Migrate to new style.
[inputs]: Add python-importlib-metadata.
Change-Id: I54fd775b54e42cc9f2ec66fa2159cf63e77b868c
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/spreadsheet.scm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/packages/spreadsheet.scm b/gnu/packages/spreadsheet.scm index 363d0ae16f2..3ccd9227476 100644 --- a/gnu/packages/spreadsheet.scm +++ b/gnu/packages/spreadsheet.scm | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2020, 2021 Ryan Prior <rprior@protonmail.com> | 2 | ;;; Copyright © 2020, 2021 Ryan Prior <rprior@protonmail.com> |
| 3 | ;;; Copyright © 2020 Ekaitz Zarraga <ekaitz@elenq.tech> | 3 | ;;; Copyright © 2020 Ekaitz Zarraga <ekaitz@elenq.tech> |
| 4 | ;;; Copyright © 2021, 2023 jgart <jgart@dismail.de> | 4 | ;;; Copyright © 2021, 2023-2024 jgart <jgart@dismail.de> |
| 5 | ;;; | 5 | ;;; |
| 6 | ;;; This file is part of GNU Guix. | 6 | ;;; This file is part of GNU Guix. |
| 7 | ;;; | 7 | ;;; |
| @@ -99,24 +99,24 @@ | |||
| 99 | (define-public visidata | 99 | (define-public visidata |
| 100 | (package | 100 | (package |
| 101 | (name "visidata") | 101 | (name "visidata") |
| 102 | (version "2.8") | 102 | (version "3.0.2") |
| 103 | (source | 103 | (source |
| 104 | (origin | 104 | (origin |
| 105 | (method url-fetch) | 105 | (method url-fetch) |
| 106 | (uri (pypi-uri "visidata" version)) | 106 | (uri (pypi-uri "visidata" version)) |
| 107 | (sha256 | 107 | (sha256 |
| 108 | (base32 | 108 | (base32 |
| 109 | "1jfhrk0xvzzqfzs0khbig2dc94718qki8zys1f1a9553vjncvmi6")))) | 109 | "0nn0fwm0172gn5ffil310k7hmxqrrc1dn6xfz7jxsj0vikq8vhrq")))) |
| 110 | (build-system python-build-system) | 110 | (build-system python-build-system) |
| 111 | (arguments | 111 | (arguments |
| 112 | '(#:phases | 112 | (list #:phases |
| 113 | (modify-phases %standard-phases | 113 | #~(modify-phases %standard-phases |
| 114 | (replace 'check | 114 | (replace 'check |
| 115 | (lambda* (#:key tests? #:allow-other-keys) | 115 | (lambda* (#:key tests? #:allow-other-keys) |
| 116 | (when tests? (invoke "pytest")) | 116 | (when tests? (invoke "pytest"))))))) |
| 117 | #t))))) | ||
| 118 | (inputs | 117 | (inputs |
| 119 | (list python-dateutil | 118 | (list python-dateutil |
| 119 | python-importlib-metadata | ||
| 120 | python-requests | 120 | python-requests |
| 121 | python-lxml | 121 | python-lxml |
| 122 | python-openpyxl | 122 | python-openpyxl |
