mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-csv-mode: Update to 1.9.
* gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.9.
This commit is contained in:
parent
5aa5187128
commit
80fd379784
1 changed files with 4 additions and 7 deletions
|
@ -10502,20 +10502,17 @@ let users kill or mark things easily.")
|
||||||
(define-public emacs-csv-mode
|
(define-public emacs-csv-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-csv-mode")
|
(name "emacs-csv-mode")
|
||||||
(version "1.7")
|
(version "1.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://elpa.gnu.org/packages/csv-mode-"
|
(uri (string-append "http://elpa.gnu.org/packages/csv-mode-"
|
||||||
version ".el"))
|
version ".el"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0sdnyi9in904k49yy5imapypnmk75lv14k9c1yyjhjpalvvh6br1"))))
|
||||||
"0r4bip0w3h55i8h6sxh06czf294mrhavybz0zypzrjw91m1bi7z6"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page
|
(home-page "http://elpa.gnu.org/packages/csv-mode.html")
|
||||||
"http://elpa.gnu.org/packages/csv-mode.html")
|
(synopsis "Major mode for editing comma/char separated values")
|
||||||
(synopsis
|
|
||||||
"Major mode for editing comma/char separated values")
|
|
||||||
(description
|
(description
|
||||||
"This Emacs package implements CSV mode, a major mode for editing records
|
"This Emacs package implements CSV mode, a major mode for editing records
|
||||||
in a generalized CSV (character-separated values) format.")
|
in a generalized CSV (character-separated values) format.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue