[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/30: gnu: emacs-outshine: Update to 3.0.1.
From: |
guix-commits |
Subject: |
17/30: gnu: emacs-outshine: Update to 3.0.1. |
Date: |
Tue, 25 Jun 2019 02:56:21 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit a5d688a1ba78cdc2aa4012354341df10b20ca2b7
Author: Brian Leung <address@hidden>
Date: Sat Jun 15 04:35:00 2019 +0200
gnu: emacs-outshine: Update to 3.0.1.
* gnu/packages/emacs-xyz.scm (emacs-outshine): Update to 3.0.1.
---
gnu/packages/emacs-xyz.scm | 39 +++++++++++++++++++--------------------
1 file changed, 19 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 354b3f8..e7ff10f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10111,30 +10111,29 @@ text-mode (i.e. Org-mode).")
(license license:gpl3+))))
(define-public emacs-outshine
- (let ((commit "5f1a6b70231d2811c522e4e5e8c89ff461b311d6"))
- (package
- (name "emacs-outshine")
- (version (git-version "2.0" "1" commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/alphapapa/outshine.git")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1l9v1dfhgg7il11ifbhvcvrg3acfjk9sdxlc3lja1k54d7dp60jv"))))
- (build-system emacs-build-system)
- (propagated-inputs
- `(("emacs-outorg" ,emacs-outorg)))
- (home-page "https://github.com/alphapapa/outshine")
- (synopsis "Emacs outline with outshine")
- (description "Outshine attempts to bring the look and feel of
+ (package
+ (name "emacs-outshine")
+ (version "3.0.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/alphapapa/outshine.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1lh9f5dgdbwfyzxk6nsg1xwdjs8gc6p9mbyyhp6f8fnk3h0y88cg"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-outorg" ,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:gpl3+)))
(define-public emacs-parsebib
(package
- 03/30: gnu: emacs-company: Update to 0.9.10., (continued)
- 03/30: gnu: emacs-company: Update to 0.9.10., guix-commits, 2019/06/25
- 06/30: gnu: emacs-tide: Don't use unstable tarball., guix-commits, 2019/06/25
- 04/30: gnu: emacs-nodejs-repl: Update to 0.2.1., guix-commits, 2019/06/25
- 05/30: gnu: emacs-typescript-mode: Don't use unstable tarball., guix-commits, 2019/06/25
- 07/30: gnu: emacs-wgrep: Don't use unstable tarball., guix-commits, 2019/06/25
- 11/30: gnu: emacs-evil-matchit: Update to 2.3.0., guix-commits, 2019/06/25
- 09/30: gnu: emacs-evil-surround: Update to 1.0.4., guix-commits, 2019/06/25
- 10/30: gnu: emacs-erc-hl-nicks: Don't use unstable tarball., guix-commits, 2019/06/25
- 14/30: gnu: emacs-magit-todos: Update to 1.2., guix-commits, 2019/06/25
- 18/30: gnu: Add emacs-frecency., guix-commits, 2019/06/25
- 17/30: gnu: emacs-outshine: Update to 3.0.1.,
guix-commits <=
- 22/30: gnu: Add emacs-org-ql., guix-commits, 2019/06/25
- 21/30: gnu: Add emacs-org-make-toc., guix-commits, 2019/06/25
- 29/30: gnu: emacs-alert: Update to 1.3., guix-commits, 2019/06/25
- 24/30: gnu: Add emacs-make-it-so., guix-commits, 2019/06/25
- 25/30: gnu: emacs-nix-mode: Update to 1.4.1., guix-commits, 2019/06/25
- 30/30: gnu: emacs-posframe: Update to 0.5.0., guix-commits, 2019/06/25
- 26/30: gnu: emacs-orgit: Update to 1.5.3., guix-commits, 2019/06/25
- 13/30: gnu: emacs-helpful: Update to 0.16., guix-commits, 2019/06/25
- 15/30: gnu: emacs-counsel-etags: Update to 1.8.4., guix-commits, 2019/06/25
- 16/30: gnu: Add emacs-org-download., guix-commits, 2019/06/25