mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
gnu: emacs-csv-mode: Update to 1.14.
* gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.14.
This commit is contained in:
parent
cf289d7cfa
commit
0e8ff57d14
1 changed files with 2 additions and 2 deletions
|
@ -13703,14 +13703,14 @@ (define-public emacs-easy-kill
|
|||
(define-public emacs-csv-mode
|
||||
(package
|
||||
(name "emacs-csv-mode")
|
||||
(version "1.12")
|
||||
(version "1.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"csv-mode-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "0bya12smlrzwv4cbcmch4kg1fazp4k0ndrh1z17ix9p8c14d0v1j"))))
|
||||
(base32 "1jz4134pk8dwzsqih9wybx4l9yl244cgcilw8rdnnqmm8i6vxgrp"))))
|
||||
(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