mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: visidata: Update to 3.3.
* gnu/packages/spreadsheet.scm (visidata): Update to 3.3. Change-Id: I8403066e7ab1dd56b43b0d87003f68bf750cec27
This commit is contained in:
parent
7d002b6f88
commit
fdb4688f9f
1 changed files with 2 additions and 2 deletions
|
|
@ -101,7 +101,7 @@
|
|||
(define-public visidata
|
||||
(package
|
||||
(name "visidata")
|
||||
(version "3.2")
|
||||
(version "3.3")
|
||||
(source
|
||||
;; PyPI tarball is missing the requirements.txt file.
|
||||
(origin
|
||||
|
|
@ -113,7 +113,7 @@
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rpds8x7hdwh48v2dja1qq5bamnd63rb8p416nnn8d2n58xkvs4h"))))
|
||||
"1c5nd7klc3rdnjyvza7nrqwiiiadnr31yn13gac6y5iz1i3ymqfb"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue