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 @@ Cucumber tool) user stories. Also known by the name @code{cucumber.el}.")
(define-public emacs-org-appear (define-public emacs-org-appear
(package (package
(name "emacs-org-appear") (name "emacs-org-appear")
(version "0.3.0") (version "0.3.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -11476,7 +11476,7 @@ Cucumber tool) user stories. Also known by the name @code{cucumber.el}.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1pdf16agcjfzpjvz8kv39abir35rip93nkawxcpjjh4ywsdsbnm6")))) (base32 "1hfhnzhmbxrw4kz977s48x4nbq86vda5dvj00s2ima2i22b8l2z4"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/awth13/org-appear") (home-page "https://github.com/awth13/org-appear")
(synopsis "Make invisible parts of Org fragments appear visible") (synopsis "Make invisible parts of Org fragments appear visible")