[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-org-appear: Update to 0.3.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-org-appear: Update to 0.3.0. |
Date: |
Sun, 23 Jan 2022 04:34:07 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7271e29c12 gnu: emacs-org-appear: Update to 0.3.0.
7271e29c12 is described below
commit 7271e29c12ec172ac3881d92c08d33ce442b9793
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 23 10:33:26 2022 +0100
gnu: emacs-org-appear: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-org-appear): Update to 0.3.0.
---
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 b0e7faaff7..8edbfc5a3d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-org-appear: Update to 0.3.0.,
guix-commits <=