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:
Nicolas Goaziou 2024-08-19 22:07:04 +02:00
parent c629bb2b2f
commit 785e8e9193
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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