aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2024-08-19 22:07:04 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2024-08-19 22:07:04 +0200
commit785e8e9193de4e0049f6b00d66254fda921f40a9 (patch)
treec5eb9964b82a18e0096f49f933f582c665b91108 /gnu/packages
parentc629bb2b2fe17b2156b5b33d8e5a2c399b2722d8 (diff)
downloadguix-785e8e9193de4e0049f6b00d66254fda921f40a9.tar
guix-785e8e9193de4e0049f6b00d66254fda921f40a9.tar.gz
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
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files 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")