mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: emacs-csv-mode: Update to 1.27.
* gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.27. Change-Id: If8f2480a5b3ef8766939314d20ddbded6a28506e
This commit is contained in:
parent
08f87148b7
commit
08b98f2726
1 changed files with 2 additions and 2 deletions
|
@ -22346,14 +22346,14 @@ (define-public emacs-easy-kill
|
|||
(define-public emacs-csv-mode
|
||||
(package
|
||||
(name "emacs-csv-mode")
|
||||
(version "1.25")
|
||||
(version "1.27")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"csv-mode-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "15yhhn742fqq7699i6jsimg3gpifrhhybiav1qwwzq4prmk9g984"))))
|
||||
(base32 "0jxf4id5c9696nh666x0xbzqx3vskyv810km61y9nkg7sp4ln2qf"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://elpa.gnu.org/packages/csv-mode.html")
|
||||
(synopsis "Major mode for editing comma/char separated values")
|
||||
|
|
Loading…
Reference in a new issue