mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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:
parent
4a38b799eb
commit
4c106455ca
1 changed files with 2 additions and 2 deletions
|
@ -16692,14 +16692,14 @@ (define-public emacs-rail
|
|||
(define-public emacs-orgalist
|
||||
(package
|
||||
(name "emacs-orgalist")
|
||||
(version "1.13")
|
||||
(version "1.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"orgalist-" version ".el"))
|
||||
(sha256
|
||||
(base32 "1wkxc5kcy1g4lx6pd78pa8znncjyl9zyhsvz7wpp56qmhq4hlav3"))))
|
||||
(base32 "08gx8aqi7ph75vhhss2xl1lfypzy8a3zmj7w8flcrvz1nk0z738s"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://elpa.gnu.org/packages/orgalist.html")
|
||||
(synopsis "Manage Org-like lists in non-Org buffers")
|
||||
|
|
Loading…
Reference in a new issue