me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-appear: Update to 0.3.0.

* gnu/packages/emacs-xyz.scm (emacs-org-appear): Update to 0.3.0.
master
Nicolas Goaziou 2022-01-23 10:33:26 +01:00
parent 7249b67d9c
commit 7271e29c12
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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