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

guix_mirror_bot pushed a commit to branch master
in repository guix.

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

commit fdb4688f9fe82205af088e84ebbb59bc0356bd89
Author: jgart <[email protected]>
AuthorDate: Fri Nov 28 15:58:56 2025 -0600

    gnu: visidata: Update to 3.3.
    
    * gnu/packages/spreadsheet.scm (visidata): Update to 3.3.
    
    Change-Id: I8403066e7ab1dd56b43b0d87003f68bf750cec27
---
 gnu/packages/spreadsheet.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/spreadsheet.scm b/gnu/packages/spreadsheet.scm
index 7905e7c4f0..710276e766 100644
--- a/gnu/packages/spreadsheet.scm
+++ b/gnu/packages/spreadsheet.scm
@@ -101,7 +101,7 @@
 (define-public visidata
   (package
     (name "visidata")
-    (version "3.2")
+    (version "3.3")
     (source
      ;; PyPI tarball is missing the requirements.txt file.
      (origin
@@ -113,7 +113,7 @@
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1rpds8x7hdwh48v2dja1qq5bamnd63rb8p416nnn8d2n58xkvs4h"))))
+         "1c5nd7klc3rdnjyvza7nrqwiiiadnr31yn13gac6y5iz1i3ymqfb"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:phases

Reply via email to