me
/
guix
Archived
1
0
Fork 0

gnu: visidata: Update to 2.1.

* gnu/packages/visidata.scm (visidata): Update to 2.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Ryan Prior 2020-12-07 06:47:58 +00:00 committed by Efraim Flashner
parent 3138e4a75b
commit d4e3527f78
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -31,14 +31,14 @@
(define-public visidata
(package
(name "visidata")
(version "2.0.1")
(version "2.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "visidata" version))
(sha256
(base32
"1p4x9fz59ablyjvp18y50zdsapavhzx7w5hk2v8rsar5ill8947v"))))
"15y6yif0h610ill57ck85l8n5faw849caw6rhf95rd0x67hkikaa"))))
(build-system python-build-system)
(arguments
'(#:phases