From unknown Mon Aug 18 18:03:38 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#49838] [PATCH] gnu: emacs-elpher: Update to 3.2.1. Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 02 Aug 2021 23:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 49838 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49838@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16279452713275 (code B ref -1); Mon, 02 Aug 2021 23:02:01 +0000 Received: (at submit) by debbugs.gnu.org; 2 Aug 2021 23:01:11 +0000 Received: from localhost ([127.0.0.1]:39452 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAgvm-0000qk-QD for submit@debbugs.gnu.org; Mon, 02 Aug 2021 19:01:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:57174) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAgvk-0000qc-PR for submit@debbugs.gnu.org; Mon, 02 Aug 2021 19:01:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57634) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAgvk-0000u3-Gm for guix-patches@gnu.org; Mon, 02 Aug 2021 19:01:08 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:50630) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAgvg-0004Pv-Uy for guix-patches@gnu.org; Mon, 02 Aug 2021 19:01:08 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id B7F2F82FC7 for ; Mon, 2 Aug 2021 23:01:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo01-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo01-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o2UI7NRBdIAe for ; Mon, 2 Aug 2021 23:01:01 +0000 (UTC) Received: from localhost.localdomain (unknown [108.162.141.195]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 7537782F6C for ; Mon, 2 Aug 2021 23:01:01 +0000 (UTC) From: Simon South Date: Mon, 2 Aug 2021 19:00:38 -0400 Message-Id: <20210802230038.4843-1-simon@simonsouth.net> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=64.68.200.34; envelope-from=simon@simonsouth.net; helo=mailout.easymail.ca X-Spam_score_int: -21 X-Spam_score: -2.2 X-Spam_bar: -- X-Spam_report: (-2.2 / 5.0 requ) BAYES_00=-1.9, PDS_OTHER_BAD_TLD=2, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.6 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.4 (/) * gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.2.1. --- gnu/packages/emacs-xyz.scm | 53 ++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 28 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e3b94228e1..71352cbd10 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -25414,40 +25414,37 @@ it forcibly (license license:gpl3+)))) (define-public emacs-elpher - ;; No tagged release upstream, but the commit below corresponds to the 2.10.3 - ;; release. - (let ((commit "b0272de36cea3e1cd41cd15a012c8141b4b04575")) - (package - (name "emacs-elpher") - (version "2.10.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "git://thelambdalab.xyz/elpher.git") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m6lq47i4j6k76f81vcch6akab9mqph7kna3fn356295fvgm7j7q")))) - (build-system emacs-build-system) - (native-inputs - `(("texinfo" ,texinfo))) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-before 'install 'build-doc - (lambda _ - (invoke "makeinfo" "elpher.texi")))))) - (home-page "gopher://thelambdalab.xyz/1/projects/elpher/") - (synopsis "Gopher and gemini client for Emacs") - (description "Elpher is a full-featured gopher and gemini client for + (package + (name "emacs-elpher") + (version "3.2.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "git://thelambdalab.xyz/elpher.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1k0nv5afsf4lh71yvqpg2zcmlbsgwcim1s161c2h4gh4p05vjwyq")))) + (build-system emacs-build-system) + (native-inputs + `(("texinfo" ,texinfo))) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-before 'install 'build-doc + (lambda _ + (invoke "makeinfo" "elpher.texi")))))) + (home-page "gopher://thelambdalab.xyz/1/projects/elpher/") + (synopsis "Gopher and gemini client for Emacs") + (description "Elpher is a full-featured gopher and gemini client for Emacs. Its features include intuitive keyboard and mouse-driven browsing, out-of-the-box compatibility with evil-mode, clickable links in plain text, caching of visited sites, pleasant and configurable visualization of Gopher directories, direct visualisation of image files, jumping directly to links by name (with autocompletion), a simple bookmark management system and connections using TLS encryption.") - (license license:gpl3+)))) + (license license:gpl3+))) (define-public emacs-zerodark-theme (package -- 2.32.0 From unknown Mon Aug 18 18:03:38 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Simon South Subject: bug#49838: closed (Re: [bug#49838] [PATCH] gnu: emacs-elpher: Update to 3.2.1.) Message-ID: References: <87im0lfr3v.fsf@nicolasgoaziou.fr> <20210802230038.4843-1-simon@simonsouth.net> X-Gnu-PR-Message: they-closed 49838 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 49838@debbugs.gnu.org Date: Wed, 04 Aug 2021 10:22:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1628072521-14710-1" This is a multi-part message in MIME format... ------------=_1628072521-14710-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #49838: [PATCH] gnu: emacs-elpher: Update to 3.2.1. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 49838@debbugs.gnu.org. --=20 49838: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D49838 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1628072521-14710-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 49838-done) by debbugs.gnu.org; 4 Aug 2021 10:21:02 +0000 Received: from localhost ([127.0.0.1]:42826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mBE1G-0003o0-9k for submit@debbugs.gnu.org; Wed, 04 Aug 2021 06:21:02 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:48905) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mBE1E-0003nB-6c for 49838-done@debbugs.gnu.org; Wed, 04 Aug 2021 06:21:01 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 4316820005; Wed, 4 Aug 2021 10:20:52 +0000 (UTC) From: Nicolas Goaziou To: Simon South Subject: Re: [bug#49838] [PATCH] gnu: emacs-elpher: Update to 3.2.1. References: <20210802230038.4843-1-simon@simonsouth.net> Date: Wed, 04 Aug 2021 12:20:52 +0200 In-Reply-To: <20210802230038.4843-1-simon@simonsouth.net> (Simon South's message of "Mon, 2 Aug 2021 19:00:38 -0400") Message-ID: <87im0lfr3v.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49838-done Cc: 49838-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Simon South writes: > * gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.2.1. Applied. Thank you. Regards, -- Nicolas Goaziou ------------=_1628072521-14710-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Aug 2021 23:01:11 +0000 Received: from localhost ([127.0.0.1]:39452 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAgvm-0000qk-QD for submit@debbugs.gnu.org; Mon, 02 Aug 2021 19:01:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:57174) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAgvk-0000qc-PR for submit@debbugs.gnu.org; Mon, 02 Aug 2021 19:01:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57634) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAgvk-0000u3-Gm for guix-patches@gnu.org; Mon, 02 Aug 2021 19:01:08 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:50630) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAgvg-0004Pv-Uy for guix-patches@gnu.org; Mon, 02 Aug 2021 19:01:08 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id B7F2F82FC7 for ; Mon, 2 Aug 2021 23:01:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo01-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo01-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o2UI7NRBdIAe for ; Mon, 2 Aug 2021 23:01:01 +0000 (UTC) Received: from localhost.localdomain (unknown [108.162.141.195]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 7537782F6C for ; Mon, 2 Aug 2021 23:01:01 +0000 (UTC) From: Simon South To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-elpher: Update to 3.2.1. Date: Mon, 2 Aug 2021 19:00:38 -0400 Message-Id: <20210802230038.4843-1-simon@simonsouth.net> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=64.68.200.34; envelope-from=simon@simonsouth.net; helo=mailout.easymail.ca X-Spam_score_int: -21 X-Spam_score: -2.2 X-Spam_bar: -- X-Spam_report: (-2.2 / 5.0 requ) BAYES_00=-1.9, PDS_OTHER_BAD_TLD=2, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.6 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.4 (/) * gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.2.1. --- gnu/packages/emacs-xyz.scm | 53 ++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 28 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e3b94228e1..71352cbd10 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -25414,40 +25414,37 @@ it forcibly (license license:gpl3+)))) (define-public emacs-elpher - ;; No tagged release upstream, but the commit below corresponds to the 2.10.3 - ;; release. - (let ((commit "b0272de36cea3e1cd41cd15a012c8141b4b04575")) - (package - (name "emacs-elpher") - (version "2.10.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "git://thelambdalab.xyz/elpher.git") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m6lq47i4j6k76f81vcch6akab9mqph7kna3fn356295fvgm7j7q")))) - (build-system emacs-build-system) - (native-inputs - `(("texinfo" ,texinfo))) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-before 'install 'build-doc - (lambda _ - (invoke "makeinfo" "elpher.texi")))))) - (home-page "gopher://thelambdalab.xyz/1/projects/elpher/") - (synopsis "Gopher and gemini client for Emacs") - (description "Elpher is a full-featured gopher and gemini client for + (package + (name "emacs-elpher") + (version "3.2.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "git://thelambdalab.xyz/elpher.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1k0nv5afsf4lh71yvqpg2zcmlbsgwcim1s161c2h4gh4p05vjwyq")))) + (build-system emacs-build-system) + (native-inputs + `(("texinfo" ,texinfo))) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-before 'install 'build-doc + (lambda _ + (invoke "makeinfo" "elpher.texi")))))) + (home-page "gopher://thelambdalab.xyz/1/projects/elpher/") + (synopsis "Gopher and gemini client for Emacs") + (description "Elpher is a full-featured gopher and gemini client for Emacs. Its features include intuitive keyboard and mouse-driven browsing, out-of-the-box compatibility with evil-mode, clickable links in plain text, caching of visited sites, pleasant and configurable visualization of Gopher directories, direct visualisation of image files, jumping directly to links by name (with autocompletion), a simple bookmark management system and connections using TLS encryption.") - (license license:gpl3+)))) + (license license:gpl3+))) (define-public emacs-zerodark-theme (package -- 2.32.0 ------------=_1628072521-14710-1--