unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Cayetano Santos via Guix-patches via <guix-patches@gnu.org>
To: 68170@debbugs.gnu.org
Cc: Cayetano Santos <csantosb@inventati.org>
Subject: [bug#68170] [PATCH] gnu: emacs-outshine: Update to 3.1-pre-0.bf1eed1.
Date: Sun, 31 Dec 2023 12:39:34 +0100	[thread overview]
Message-ID: <53594141fdce4ab3a1b1ebb417ec24bbbe6ac334.1704022774.git.csantosb@inventati.org> (raw)

* gnu/packages/emacs-xyz.scm (emacs-outshine): Update to 3.1-pre-0.bf1eed1.

Signed-off-by: Cayetano Santos <csantosb@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





             reply	other threads:[~2023-12-31 11:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-31 11:39 Cayetano Santos via Guix-patches via [this message]
2024-11-19 10:28 ` [bug#68170] Control message for bug #68170 Cayetano Santos via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53594141fdce4ab3a1b1ebb417ec24bbbe6ac334.1704022774.git.csantosb@inventati.org \
    --to=guix-patches@gnu.org \
    --cc=68170@debbugs.gnu.org \
    --cc=csantosb@inventati.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).