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


From: guix-commits
Subject: branch master updated: gnu: emacs-csv-mode: Update to 1.15.
Date: Tue, 23 Feb 2021 19:19:03 -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 c418c6b  gnu: emacs-csv-mode: Update to 1.15.
c418c6b is described below

commit c418c6b64cbfa7a4eb1bfb7d02a99083103dd40e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 24 01:18:33 2021 +0100

    gnu: emacs-csv-mode: Update to 1.15.
    
    * gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.15.
---
 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 74b21b4..9ec9e1d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14075,14 +14075,14 @@ let users kill or mark things easily.")
 (define-public emacs-csv-mode
   (package
     (name "emacs-csv-mode")
-    (version "1.14")
+    (version "1.15")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "csv-mode-" version ".tar"))
        (sha256
-        (base32 "1jz4134pk8dwzsqih9wybx4l9yl244cgcilw8rdnnqmm8i6vxgrp"))))
+        (base32 "0pigqhqg5mfza6jdskcr9yvrzdxnd68iyp3vyb8p8wskdacmbiyx"))))
     (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]