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


From: guix-commits
Subject: branch master updated: gnu: emacs-csv-mode: Update to 1.17.
Date: Mon, 06 Dec 2021 16:02:26 -0500

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 e21b422  gnu: emacs-csv-mode: Update to 1.17.
e21b422 is described below

commit e21b422f7ff85570c5ff6c9ce98775744f672776
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Dec 6 22:01:31 2021 +0100

    gnu: emacs-csv-mode: Update to 1.17.
    
    * gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.17.
---
 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 052d4a1..e542da0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16010,14 +16010,14 @@ let users kill or mark things easily.")
 (define-public emacs-csv-mode
   (package
     (name "emacs-csv-mode")
-    (version "1.16")
+    (version "1.17")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "csv-mode-" version ".tar"))
        (sha256
-        (base32 "1i43b2p31xhrf97xbdi35y550ysp69fasa5gcrhg6iyxw176807p"))))
+        (base32 "16kv3n70pl4h3jfmmqy9bzflsm4nv7cwvrj7g4mgy8yb76nbyka2"))))
     (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]