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 6ae0319ca7 gnu: emacs-outshine: Update to 3.0.1-1.bbf1eed. 6ae0319ca7 is described below commit 6ae0319ca7c45f70f587219b561020ba38d0babf Author: Cayetano Santos <csant...@inventati.org> AuthorDate: Sun Mar 2 10:27:47 2025 +0100 gnu: emacs-outshine: Update to 3.0.1-1.bbf1eed. * gnu/packages/emacs-xyz.scm (emacs-outshine): Update to 3.0.1-1.bbf1eed. Change-Id: Ide247829faa909c8fbbcfefb43de14f1f4b37cb8 Signed-off-by: Nicolas Goaziou <m...@nicolasgoaziou.fr> --- gnu/packages/emacs-xyz.scm | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index b80a1f9324..2994780504 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -25271,29 +25271,31 @@ text-mode (i.e. Org-mode).") (license license:gpl3+)))) (define-public emacs-outshine - (package - (name "emacs-outshine") - (version "3.0.1") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/alphapapa/outshine") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1lh9f5dgdbwfyzxk6nsg1xwdjs8gc6p9mbyyhp6f8fnk3h0y88cg")))) - (build-system emacs-build-system) - (propagated-inputs - (list emacs-outorg)) - (home-page "https://github.com/alphapapa/outshine") - (synopsis "Emacs outline with outshine") - (description "Outshine attempts to bring the look and feel of + (let ((commit "bf1eed10dd7a89b63d0fc014944033db397c1e23") + (revision "1")) + (package + (name "emacs-outshine") + (version (git-version "3.0.1" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/alphapapa/outshine") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19ni7j84361if3kyap1jf2xj0w3myp9iiz52gjcmbgk1g1g9ycdc")))) + (build-system emacs-build-system) + (propagated-inputs + (list emacs-outorg)) + (home-page "https://github.com/alphapapa/outshine") + (synopsis "Emacs outline with outshine") + (description "Outshine attempts to bring the look and feel of @code{org-mode} to an Emacs outside of the Org major-mode. It is an extension of @code{outline-minor-mode} (@code{org-mode} itself derives from outline-mode), so there is no such thing like an outshine mode, only @code{outline-minor-mode} with outshine extensions loaded.") - (license license:gpl3+))) + (license license:gpl2+)))) (define-public emacs-frecency (package