guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-csv-mode: Update to 1.21.


From: guix-commits
Subject: branch master updated: gnu: emacs-csv-mode: Update to 1.21.
Date: Mon, 11 Jul 2022 06:33:01 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 34e90ea115 gnu: emacs-csv-mode: Update to 1.21.
34e90ea115 is described below

commit 34e90ea115d3c43ec669f8fce9739e5aa432b253
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 12:32:20 2022 +0200

    gnu: emacs-csv-mode: Update to 1.21.
    
    * gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.21.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fc0509372f..d2a2d36ac1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17023,14 +17023,14 @@ let users kill or mark things easily.")
 (define-public emacs-csv-mode
   (package
     (name "emacs-csv-mode")
-    (version "1.18")
+    (version "1.21")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "csv-mode-" version ".tar"))
        (sha256
-        (base32 "0fv7hvsfbc9n4hsgg3ywk8qf4ig5a986zfq0lwnjj8pcz1bpmrxj"))))
+        (base32 "11f01lyz6i133njigg53r890cic8y13kz7dswc8mj7m60a316dmv"))))
     (build-system emacs-build-system)
     (home-page "https://elpa.gnu.org/packages/csv-mode.html";)
     (synopsis "Major mode for editing comma/char separated values")



reply via email to

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