gnu: emacs-csv-mode: Update to 1.25.
* gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.25. Change-Id: I3befb64ef0a542c7df952bebf8eee6e6c72e1098
This commit is contained in:
parent
fff1cc2886
commit
475dffc772
1 changed files with 2 additions and 2 deletions
|
@ -22021,14 +22021,14 @@ let users kill or mark things easily.")
|
|||
(define-public emacs-csv-mode
|
||||
(package
|
||||
(name "emacs-csv-mode")
|
||||
(version "1.23")
|
||||
(version "1.25")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"csv-mode-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "0bdx56bn5aw0xjqgqhx2ccrrns3si04zy9ya755jz7n1djqn3mcz"))))
|
||||
(base32 "15yhhn742fqq7699i6jsimg3gpifrhhybiav1qwwzq4prmk9g984"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://elpa.gnu.org/packages/csv-mode.html")
|
||||
(synopsis "Major mode for editing comma/char separated values")
|
||||
|
|
Reference in a new issue