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:
Nicolas Goaziou 2024-08-19 21:15:32 +02:00
parent 08f87148b7
commit 08b98f2726
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")