gnu: emacs-outshine: Update to 3.0.1.

* gnu/packages/emacs-xyz.scm (emacs-outshine): Update to 3.0.1.
This commit is contained in:
Brian Leung 2019-06-15 04:35:00 +02:00 committed by Nicolas Goaziou
parent 8234df45f9
commit a5d688a1ba
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 20 deletions

View File

@ -10111,30 +10111,29 @@ text-mode (i.e. Org-mode).")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-outshine (define-public emacs-outshine
(let ((commit "5f1a6b70231d2811c522e4e5e8c89ff461b311d6")) (package
(package (name "emacs-outshine")
(name "emacs-outshine") (version "3.0.1")
(version (git-version "2.0" "1" commit)) (source (origin
(source (origin (method git-fetch)
(method git-fetch) (uri (git-reference
(uri (git-reference (url "https://github.com/alphapapa/outshine.git")
(url "https://github.com/alphapapa/outshine.git") (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"))))
"1l9v1dfhgg7il11ifbhvcvrg3acfjk9sdxlc3lja1k54d7dp60jv")))) (build-system emacs-build-system)
(build-system emacs-build-system) (propagated-inputs
(propagated-inputs `(("emacs-outorg" ,emacs-outorg)))
`(("emacs-outorg" ,emacs-outorg))) (home-page "https://github.com/alphapapa/outshine")
(home-page "https://github.com/alphapapa/outshine") (synopsis "Emacs outline with outshine")
(synopsis "Emacs outline with outshine") (description "Outshine attempts to bring the look and feel of
(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:gpl3+)))
(define-public emacs-parsebib (define-public emacs-parsebib
(package (package