GNU bug report logs -
#68170
[PATCH] gnu: emacs-outshine: Update to 3.1-pre-0.bf1eed1.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68170 in the body.
You can then email your comments to 68170 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#68170
; Package
guix-patches
.
(Sun, 31 Dec 2023 11:41:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 31 Dec 2023 11:41:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-outshine): Update to 3.1-pre-0.bf1eed1.
Signed-off-by: Cayetano Santos <csantosb <at> inventati.org>
---
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 6bec2bca46..bb8751043a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22742,29 +22742,31 @@ (define-public emacs-outorg
(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 "0"))
+ (package
+ (name "emacs-outshine")
+ (version (git-version "3.1-pre" 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
(let ((commit "31ef9ff4af1a4fed3dcc24ea74037feea8795c87")
base-commit: f24b14767d362a84e6469682b4fe303b50f4b589
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68170
; Package
guix-patches
.
(Tue, 19 Nov 2024 10:29:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 68170 <at> debbugs.gnu.org (full text, mbox):
user guix
usertag 68170 + patch-hackers-review-list
thanks
--
Cayetano Santos
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 02 Mar 2025 09:30:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
bug acknowledged by developer.
(Sun, 02 Mar 2025 09:30:03 GMT)
Full text and
rfc822 format available.
Message #13 received at 68170-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Applied. Thank you.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 30 Mar 2025 11:24:34 GMT)
Full text and
rfc822 format available.
This bug report was last modified 78 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.