guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: emacs-csv-mode: Update to 1.9.


From: guix-commits
Subject: 04/10: gnu: emacs-csv-mode: Update to 1.9.
Date: Sun, 13 Oct 2019 18:36:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 80fd37978480e9ea84d5b4a8fd3840df4f154055
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 13 15:35:21 2019 +0200

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 77a12c3..8d783c9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10502,20 +10502,17 @@ let users kill or mark things easily.")
 (define-public emacs-csv-mode
   (package
     (name "emacs-csv-mode")
-    (version "1.7")
+    (version "1.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://elpa.gnu.org/packages/csv-mode-";
                            version ".el"))
        (sha256
-        (base32
-         "0r4bip0w3h55i8h6sxh06czf294mrhavybz0zypzrjw91m1bi7z6"))))
+        (base32 "0sdnyi9in904k49yy5imapypnmk75lv14k9c1yyjhjpalvvh6br1"))))
     (build-system emacs-build-system)
-    (home-page
-     "http://elpa.gnu.org/packages/csv-mode.html";)
-    (synopsis
-     "Major mode for editing comma/char separated values")
+    (home-page "http://elpa.gnu.org/packages/csv-mode.html";)
+    (synopsis "Major mode for editing comma/char separated values")
     (description
      "This Emacs package implements CSV mode, a major mode for editing records
 in a generalized CSV (character-separated values) format.")



reply via email to

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