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 <mail@nicolasgoaziou.fr>
This commit is contained in:
Cayetano Santos 2025-03-02 10:27:47 +01:00 committed by Nicolas Goaziou
parent f9dcb84550
commit 6ae0319ca7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -25271,29 +25271,31 @@ text-mode (i.e. Org-mode).")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-outshine (define-public emacs-outshine
(package (let ((commit "bf1eed10dd7a89b63d0fc014944033db397c1e23")
(name "emacs-outshine") (revision "1"))
(version "3.0.1") (package
(source (origin (name "emacs-outshine")
(method git-fetch) (version (git-version "3.0.1" revision commit))
(uri (git-reference (source (origin
(url "https://github.com/alphapapa/outshine") (method git-fetch)
(commit (string-append "v" version)))) (uri (git-reference
(file-name (git-file-name name version)) (url "https://github.com/alphapapa/outshine")
(sha256 (commit commit)))
(base32 (file-name (git-file-name name version))
"1lh9f5dgdbwfyzxk6nsg1xwdjs8gc6p9mbyyhp6f8fnk3h0y88cg")))) (sha256
(build-system emacs-build-system) (base32
(propagated-inputs "19ni7j84361if3kyap1jf2xj0w3myp9iiz52gjcmbgk1g1g9ycdc"))))
(list emacs-outorg)) (build-system emacs-build-system)
(home-page "https://github.com/alphapapa/outshine") (propagated-inputs
(synopsis "Emacs outline with outshine") (list emacs-outorg))
(description "Outshine attempts to bring the look and feel of (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 @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 of @code{outline-minor-mode} (@code{org-mode} itself derives from
outline-mode), so there is no such thing like an outshine mode, only outline-mode), so there is no such thing like an outshine mode, only
@code{outline-minor-mode} with outshine extensions loaded.") @code{outline-minor-mode} with outshine extensions loaded.")
(license license:gpl3+))) (license license:gpl2+))))
(define-public emacs-frecency (define-public emacs-frecency
(package (package