Received: (at submit) by debbugs.gnu.org; 31 Dec 2023 11:40:22 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sun Dec 31 06:40:22 2023 Received: from localhost ([127.0.0.1]:45721 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1rJuB3-0004SH-GK for submit <at> debbugs.gnu.org; Sun, 31 Dec 2023 06:40:22 -0500 Received: from lists.gnu.org ([2001:470:142::17]:56090) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <csantosb@HIDDEN>) id 1rJuAy-0004Rn-5h for submit <at> debbugs.gnu.org; Sun, 31 Dec 2023 06:40:16 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <csantosb@HIDDEN>) id 1rJuAr-0001Qi-Nt for guix-patches@HIDDEN; Sun, 31 Dec 2023 06:40:09 -0500 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <csantosb@HIDDEN>) id 1rJuAp-0003LM-9Q for guix-patches@HIDDEN; Sun, 31 Dec 2023 06:40:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1704022802; bh=Qh/rdQg32g2T6WeBrcejQrIMYim/E1nR8bHli94J1qs=; h=From:To:Cc:Subject:Date:From; b=nsBD9DFYUydOjxtlV8qhtKWQh/zgVITn4gjo+JrnL9yLTWnmxoQQEXkPYKUFZ0DZW AXjyU82nLRKASgs7UsWg184L99fS+zsX1dANV012Kp1XL7doV1XyaTmrA96jsIDq4T gPc92Vr3XXSZ+hDDOSHiimX/AbevqRpGwAZNYB04= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4T2xxG5MNczGp3Z; Sun, 31 Dec 2023 11:40:02 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@HIDDEN) by localhost (Postfix) with ESMTPSA id 4T2xxG3Vn1zGp3X; Sun, 31 Dec 2023 11:40:02 +0000 (UTC) From: Cayetano Santos <csantosb@HIDDEN> To: guix-patches@HIDDEN Subject: [PATCH] gnu: emacs-outshine: Update to 3.1-pre-0.bf1eed1. Date: Sun, 31 Dec 2023 12:39:34 +0100 Message-ID: <53594141fdce4ab3a1b1ebb417ec24bbbe6ac334.1704022774.git.csantosb@HIDDEN> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=csantosb@HIDDEN; helo=latitanza.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos <csantosb@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.1 (/) * gnu/packages/emacs-xyz.scm (emacs-outshine): Update to 3.1-pre-0.bf1eed1. Signed-off-by: Cayetano Santos <csantosb@HIDDEN> --- 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
Cayetano Santos <csantosb@HIDDEN>
:guix-patches@HIDDEN
.
Full text available.guix-patches@HIDDEN
:bug#68170
; Package guix-patches
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.