guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: visidata: Update to 2.2.


From: guix-commits
Subject: branch master updated: gnu: visidata: Update to 2.2.
Date: Sun, 07 Feb 2021 14:46:02 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1d97214  gnu: visidata: Update to 2.2.
1d97214 is described below

commit 1d972149319aed648bf1a092b8d1bd268481371a
Author: Ryan Prior <rprior@protonmail.com>
AuthorDate: Sun Feb 7 18:34:31 2021 +0000

    gnu: visidata: Update to 2.2.
    
    * gnu/packages/visidata.scm (visidata): Update to 2.2.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 c802c08..2baf650 100644
--- a/gnu/packages/visidata.scm
+++ b/gnu/packages/visidata.scm
@@ -31,14 +31,14 @@
 (define-public visidata
   (package
     (name "visidata")
-    (version "2.1.1")
+    (version "2.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "visidata" version))
        (sha256
         (base32
-         "0sn0hnlrrbydgwdza20g2zdlchsas39hbkxzyxnrc13sp26zmmnx"))))
+         "1q53yyxiz4ir6nbws276ggb02fwix9jlq4gzrjw5ydrv3zwv4zb6"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]