3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-orgalist: Update to 1.11.

* gnu/packages/emacs-xyz.scm (emacs-orgalist): Update to 1.11.
This commit is contained in:
Nicolas Goaziou 2020-01-02 22:59:14 +01:00
parent f89a27c6b6
commit 1704416609
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7930,7 +7930,7 @@ distribution, primarily targeting Clojure users")
(define-public emacs-orgalist (define-public emacs-orgalist
(package (package
(name "emacs-orgalist") (name "emacs-orgalist")
(version "1.10") (version "1.11")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -7938,7 +7938,7 @@ distribution, primarily targeting Clojure users")
"orgalist-" version ".el")) "orgalist-" version ".el"))
(sha256 (sha256
(base32 (base32
"1m97m53d4sl7lvjk4nhcxkm3qv8zcvgfrfzkjgaxavf5ci7p4wb7")))) "0zbqkk540rax32s8szp5zgz3a02zw88fc1dmjmyw6h3ls04m91kl"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "http://elpa.gnu.org/packages/orgalist.html") (home-page "http://elpa.gnu.org/packages/orgalist.html")
(synopsis "Manage Org-like lists in non-Org buffers") (synopsis "Manage Org-like lists in non-Org buffers")