mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-org-appear: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-org-appear): Update to 0.3.1. Change-Id: If8455bcdebb754724a2d9a965bf285a72bc0943a
This commit is contained in:
parent
c629bb2b2f
commit
785e8e9193
1 changed files with 2 additions and 2 deletions
|
@ -11467,7 +11467,7 @@ (define-public emacs-org-bullets
|
|||
(define-public emacs-org-appear
|
||||
(package
|
||||
(name "emacs-org-appear")
|
||||
(version "0.3.0")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -11476,7 +11476,7 @@ (define-public emacs-org-appear
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1pdf16agcjfzpjvz8kv39abir35rip93nkawxcpjjh4ywsdsbnm6"))))
|
||||
(base32 "1hfhnzhmbxrw4kz977s48x4nbq86vda5dvj00s2ima2i22b8l2z4"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/awth13/org-appear")
|
||||
(synopsis "Make invisible parts of Org fragments appear visible")
|
||||
|
|
Loading…
Reference in a new issue