* [bug#45092] [PATCH] gnu: visidata: Update to 2.1.
@ 2020-12-07 6:47 Ryan Prior via Guix-patches via
2020-12-10 14:41 ` bug#45092: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Ryan Prior via Guix-patches via @ 2020-12-07 6:47 UTC (permalink / raw)
To: 45092
* gnu/packages/visidata.scm (visidata): Update to 2.1.
---
gnu/packages/visidata.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/visidata.scm b/gnu/packages/visidata.scm
index 6ba2939b4f..db126eb4ff 100644
--- a/gnu/packages/visidata.scm
+++ b/gnu/packages/visidata.scm
@@ -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
--
2.29.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-10 14:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-07 6:47 [bug#45092] [PATCH] gnu: visidata: Update to 2.1 Ryan Prior via Guix-patches via
2020-12-10 14:41 ` bug#45092: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.