[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.")
- branch master updated (1c46352 -> 509551c), guix-commits, 2019/10/13
- 04/10: gnu: emacs-csv-mode: Update to 1.9.,
guix-commits <=
- 03/10: gnu: emacs-load-relative: Update to 1.3.1., guix-commits, 2019/10/13
- 07/10: gnu: emacs-darkroom: Update to 0.2., guix-commits, 2019/10/13
- 02/10: gnu: emacs-debbugs: Update to 0.20., guix-commits, 2019/10/13
- 10/10: gnu: xwininfo: Update to 1.1.5., guix-commits, 2019/10/13
- 08/10: gnu: emacs-nhexl-mode: Update to 1.3., guix-commits, 2019/10/13
- 06/10: gnu: emacs-let-alist: Update to 1.0.6., guix-commits, 2019/10/13
- 01/10: gnu: starman: Update to 0.4015., guix-commits, 2019/10/13
- 05/10: gnu: emacs-csv-mode: Use HTTPS., guix-commits, 2019/10/13
- 09/10: gnu: emacs-nhexl-mode: Use HTTPS home page., guix-commits, 2019/10/13