mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
f9dcb84550
commit
6ae0319ca7
1 changed files with 21 additions and 19 deletions
|
@ -25271,18 +25271,20 @@ text-mode (i.e. Org-mode).")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-outshine
|
(define-public emacs-outshine
|
||||||
|
(let ((commit "bf1eed10dd7a89b63d0fc014944033db397c1e23")
|
||||||
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-outshine")
|
(name "emacs-outshine")
|
||||||
(version "3.0.1")
|
(version (git-version "3.0.1" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/alphapapa/outshine")
|
(url "https://github.com/alphapapa/outshine")
|
||||||
(commit (string-append "v" version))))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lh9f5dgdbwfyzxk6nsg1xwdjs8gc6p9mbyyhp6f8fnk3h0y88cg"))))
|
"19ni7j84361if3kyap1jf2xj0w3myp9iiz52gjcmbgk1g1g9ycdc"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-outorg))
|
(list emacs-outorg))
|
||||||
|
@ -25293,7 +25295,7 @@ text-mode (i.e. Org-mode).")
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue