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


From: guix-commits
Subject: branch master updated: gnu: visidata: Update to 2.2.1.
Date: Thu, 11 Feb 2021 06:54:03 -0500

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

iyzsong pushed a commit to branch master
in repository guix.

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

commit 91989591bca61549f1b50f2ffb830d1c9f2f4aad
Author: Ryan Prior <rprior@protonmail.com>
AuthorDate: Wed Feb 10 07:28:39 2021 +0000

    gnu: visidata: Update to 2.2.1.
    
    * gnu/packages/visidata.scm (visidata): Update to 2.2.1.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 2baf650..4b18e0f 100644
--- a/gnu/packages/visidata.scm
+++ b/gnu/packages/visidata.scm
@@ -31,14 +31,14 @@
 (define-public visidata
   (package
     (name "visidata")
-    (version "2.2")
+    (version "2.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "visidata" version))
        (sha256
         (base32
-         "1q53yyxiz4ir6nbws276ggb02fwix9jlq4gzrjw5ydrv3zwv4zb6"))))
+         "181klx7223q6a600k9iqxrfxpq5w73h1g2ks1cfsnmlv7i6s9v9f"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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