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


From: guix-commits
Subject: branch master updated: gnu: emacs-csv-mode: Update to 1.12.
Date: Sat, 30 May 2020 20:23:53 -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 bb78d75  gnu: emacs-csv-mode: Update to 1.12.
bb78d75 is described below

commit bb78d75c58b313481792aba26f128e50b65a38cc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 31 02:22:53 2020 +0200

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f3ce3be..d00cf5d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11967,14 +11967,14 @@ let users kill or mark things easily.")
 (define-public emacs-csv-mode
   (package
     (name "emacs-csv-mode")
-    (version "1.10")
+    (version "1.12")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://elpa.gnu.org/packages/csv-mode-";
-                           version ".el"))
+       (uri (string-append "https://elpa.gnu.org/packages/";
+                           "csv-mode-" version ".tar"))
        (sha256
-        (base32 "0q7j2cmj7vs6hz8cnf7j7lmlcjmig3jn2p6az345z96agl8a5xsq"))))
+        (base32 "0bya12smlrzwv4cbcmch4kg1fazp4k0ndrh1z17ix9p8c14d0v1j"))))
     (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]