Archived
1
0
Fork 0

gnu: emacs-orgalist: Update to 1.14.

* gnu/packages/emacs-xyz.scm (emacs-orgalist): Update to 1.14.

Change-Id: Ic1914d895f3f2ff2206a2d5c5e471c9107564713
This commit is contained in:
Nicolas Goaziou 2024-01-21 23:16:51 +01:00
parent 4a38b799eb
commit 4c106455ca
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16692,14 +16692,14 @@ to be a more complete implementation.")
(define-public emacs-orgalist (define-public emacs-orgalist
(package (package
(name "emacs-orgalist") (name "emacs-orgalist")
(version "1.13") (version "1.14")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/" (uri (string-append "https://elpa.gnu.org/packages/"
"orgalist-" version ".el")) "orgalist-" version ".el"))
(sha256 (sha256
(base32 "1wkxc5kcy1g4lx6pd78pa8znncjyl9zyhsvz7wpp56qmhq4hlav3")))) (base32 "08gx8aqi7ph75vhhss2xl1lfypzy8a3zmj7w8flcrvz1nk0z738s"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/orgalist.html") (home-page "https://elpa.gnu.org/packages/orgalist.html")
(synopsis "Manage Org-like lists in non-Org buffers") (synopsis "Manage Org-like lists in non-Org buffers")