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.1.


From: guix-commits
Subject: branch master updated: gnu: visidata: Update to 2.1.
Date: Thu, 10 Dec 2020 09:41:03 -0500

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

efraim pushed a commit to branch master
in repository guix.

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

commit d4e3527f78d22d77a62d6e00e179526c37831bc8
Author: Ryan Prior <rprior@protonmail.com>
AuthorDate: Mon Dec 7 06:47:58 2020 +0000

    gnu: visidata: Update to 2.1.
    
    * gnu/packages/visidata.scm (visidata): Update to 2.1.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 6ba2939..db126eb 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



reply via email to

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