ngz pushed a commit to branch master
in repository guix.

commit 785e8e9193de4e0049f6b00d66254fda921f40a9
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 19 22:07:04 2024 +0200

    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
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1d13fd2184..f4713f1d8e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11467,7 +11467,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.3.0")
+    (version "0.3.1")
     (source
      (origin
        (method git-fetch)
@@ -11476,7 +11476,7 @@ Cucumber tool) user stories.  Also known by the name 
@code{cucumber.el}.")
              (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")

Reply via email to