From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 31 15:40:27 2025 Received: (at submit) by debbugs.gnu.org; 31 Mar 2025 19:40:28 +0000 Received: from localhost ([127.0.0.1]:42943 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tzKzj-0003lq-I2 for submit@debbugs.gnu.org; Mon, 31 Mar 2025 15:40:27 -0400 Received: from lists.gnu.org ([2001:470:142::17]:35884) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tzKzh-0003k3-M0 for submit@debbugs.gnu.org; Mon, 31 Mar 2025 15:40:26 -0400 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 ) id 1tzKzZ-0008Fl-NH for guix-patches@gnu.org; Mon, 31 Mar 2025 15:40:18 -0400 Received: from devianza.investici.org ([2c0f:f930:0:4::108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tzKzW-00022j-BC for guix-patches@gnu.org; Mon, 31 Mar 2025 15:40:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1743450008; bh=p2YP1cdL6FMEyTEoZmng0pm/JAMsAJYRnrCJFxcAOLM=; h=From:To:Cc:Subject:Date:From; b=IHD2ZL6tMJ7bmDS+rqxA5E/MqFjn0+EbMY6OUgn8kqXR5PY5GfNsJ1LUW8JOqqPPQ z2fuG1owV40aAZ4e4OTdGVb9jOZe9QiJVECsEpSv/m9pjxrCJhtEUiYytzvMHsoCjt Rk8+a8emJ7cKYIXn9plSdMB9LaUVJRXvyep+pq6I= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4ZRM0m0psfz6vPP; Mon, 31 Mar 2025 19:40:08 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZRM0l3txFz6vJR; Mon, 31 Mar 2025 19:40:07 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-mastodon: Update to 2.0.0. Date: Mon, 31 Mar 2025 21:39:25 +0200 Message-ID: <87882a043d6a18192786a493643959b7e2955840.1743449965.git.csantosb@inventati.org> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2c0f:f930:0:4::108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos 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.1 (/) * gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 2.0.0. Change-Id: I84fa2175d33767486760e4885d63098f41749452 --- gnu/packages/emacs-xyz.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index b5dc07acbb..d2ba75c42e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -36987,7 +36987,7 @@ (define-public emacs-wc-mode (define-public emacs-mastodon (package (name "emacs-mastodon") - (version "1.1.12") + (version "2.0.0") (source (origin (method git-fetch) @@ -36996,10 +36996,11 @@ (define-public emacs-mastodon (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1wc3y3pwg9xc27fa6xc2bcv809rxcbjy372r998wl95a81apx32g")))) + (base32 "1j4n6ipiahxk6v84dnsrcpzaqsd4v9q2mviqkznm189cp98h6zxk")))) (build-system emacs-build-system) (arguments (list + #:tests? #f ; requires cask #:phases #~(modify-phases %standard-phases ;; Move the source files to the top level, which is ;; included in the EMACSLOADPATH. @@ -37011,7 +37012,7 @@ (define-public emacs-mastodon (basename f))) el-files))))))) (propagated-inputs - (list emacs-persist emacs-request emacs-tp emacs-transient)) + (list emacs-persist emacs-tp emacs-transient)) (home-page "https://codeberg.org/martianh/mastodon.el") (synopsis "Emacs client for Mastodon") (description "@code{mastodon.el} is an Emacs client for Mastodon, the base-commit: 5735c278e16517d9be5e26235fe68dea9bae3527 -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 03 00:15:17 2025 Received: (at 77414) by debbugs.gnu.org; 3 Apr 2025 04:15:17 +0000 Received: from localhost ([127.0.0.1]:60332 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u0Bz3-0006TT-0u for submit@debbugs.gnu.org; Thu, 03 Apr 2025 00:15:17 -0400 Received: from fout-a8-smtp.messagingengine.com ([103.168.172.151]:58533) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u0Bz0-00063g-VQ for 77414@debbugs.gnu.org; Thu, 03 Apr 2025 00:15:15 -0400 Received: from phl-compute-08.internal (phl-compute-08.phl.internal [10.202.2.48]) by mailfout.phl.internal (Postfix) with ESMTP id C2F5D1380158; Thu, 3 Apr 2025 00:15:09 -0400 (EDT) Received: from phl-mailfrontend-02 ([10.202.2.163]) by phl-compute-08.internal (MEProxy); Thu, 03 Apr 2025 00:15:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=retrospec.tv; h= cc:cc:content-type:content-type:date:date:from:from:in-reply-to :message-id:mime-version:reply-to:subject:subject:to:to; s=fm1; t=1743653709; x=1743740109; bh=b7gMq36IMVOT4U3eTHRfPCn+G4Jl+tDW I8u0J86vVBA=; b=ZUQkUvEt4YIG1B8ysyglz2ZMz++PFJhz1hJpcQzHkdzWxCuO jWibXXFCkys4ec/8Izf30msMG3EwKkBSz/MR2Izz8YYo1BGBa4S5x4l056qAIHRL ocjNGvdymmrgTW8EyiYP1bgQR5wkEXjTyOxDDI8Qnch2PkdYZ474y2XrdQl56VD6 URHzGQmBREAqiHi9M+/b8S4kTUnqFb6JGMEBVA/OaMmHk2YwWEAIEbL3Mhzelbn1 pCnuXLeSbvYN/fkKW3E7otbsASNN55KX4m/kApFu4BH+qM4hRGfmh8g4VSg3yRpr Qn0O6Ux0LYSUIV4O3A0ffTUKgeXar6TrkbxXkA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:message-id :mime-version:reply-to:subject:subject:to:to:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; t=1743653709; x= 1743740109; bh=b7gMq36IMVOT4U3eTHRfPCn+G4Jl+tDWI8u0J86vVBA=; b=m CCcCi7HW/D3YGmtQzJpx+OOA8/5VAREUkUxMBOrvK0SWaLCf2r7CUucqDqQdBe8o 1w+LfUXwLsJndcdZ4vIE3MU2AwWczsONK0JM9z9klHnOYRZX0Vvhc0odlUPubGlR Q119nW0oZu1uOShHS9mFYqbqcvnZ2hDPhyOgtOsXerK8GVIp+fhIOZ9+gmuDIhR9 lcBqvgYyvU6Cj72xR/g6sXocJKyhM5j5RoOnmwMmwaDsfQa2TxvICJ7QJMHEm0Yr JxbhkLO98dpifjGTyJwjkCFxmueBYmGdM4xDLQaPK5l+CwNAv56OEKAdySpiJKYx DBBLtYHMg1OLaSrEgMvvA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddukeejheeiucetufdoteggodetrf dotffvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdggtfgfnhhsuhgsshgtrhhisggv pdfurfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucenucfjughrpefhvf evufgffffkgggtsehttdertddtredtnecuhfhrohhmpefkrghnucfguhhrvgcuoehirghn sehrvghtrhhoshhpvggtrdhtvheqnecuggftrfgrthhtvghrnhepfeeggedtvddujedvvd efleejheeljeffveehveffuefghffffeelkefhhfethfetnecuvehluhhsthgvrhfuihii vgeptdenucfrrghrrghmpehmrghilhhfrhhomhepihgrnhesrhgvthhrohhsphgvtgdrth hvpdhnsggprhgtphhtthhopedvpdhmohguvgepshhmthhpohhuthdprhgtphhtthhopeej jeegudegseguvggssghughhsrdhgnhhurdhorhhgpdhrtghpthhtoheptghsrghnthhosh gssehinhhvvghnthgrthhirdhorhhg X-ME-Proxy: Feedback-ID: id9014242:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 3 Apr 2025 00:15:08 -0400 (EDT) From: Ian Eure To: Cayetano Santos Subject: Re: [bug#77414] [PATCH] gnu: emacs-mastodon: Update to 2.0.0. User-Agent: mu4e 1.12.9; emacs 29.4 Date: Wed, 02 Apr 2025 21:15:07 -0700 Message-ID: <87o6xddgok.fsf@retrospec.tv> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 77414 Cc: 77414@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 (-) Hi Cayetano, Pushed as 3933e3f8d3. Thanks, -- Ian From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 03 00:15:54 2025 Received: (at control) by debbugs.gnu.org; 3 Apr 2025 04:15:55 +0000 Received: from localhost ([127.0.0.1]:60338 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u0Bze-0007tl-Hx for submit@debbugs.gnu.org; Thu, 03 Apr 2025 00:15:54 -0400 Received: from fout-a8-smtp.messagingengine.com ([103.168.172.151]:52097) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u0Bzc-0007g2-Bd for control@debbugs.gnu.org; Thu, 03 Apr 2025 00:15:52 -0400 Received: from phl-compute-08.internal (phl-compute-08.phl.internal [10.202.2.48]) by mailfout.phl.internal (Postfix) with ESMTP id 33A391380109 for ; Thu, 3 Apr 2025 00:15:47 -0400 (EDT) Received: from phl-mailfrontend-01 ([10.202.2.162]) by phl-compute-08.internal (MEProxy); Thu, 03 Apr 2025 00:15:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=retrospec.tv; h= cc:content-type:date:date:from:from:in-reply-to:message-id :reply-to:subject:subject:to:to; s=fm1; t=1743653747; x= 1743740147; bh=sW4n6j2wO46uURH5LnJpVEJMzvqzk07k16eTC+y0IcY=; b=e u8LXOa/5nf3H+qgk0CSjgNlBrzmBsMdb6HSIEbD+TJS9X8xDScasrrrg3bSv91G0 p/9oGv0m+A3GsB4oKipfpNNcM5/BMpsNH+t2HOlbpjhZBRa4EGCd9SX3sk//CAPc Ar2u2PorwU+dARuIiDtKmJ+liFr2FQsEf+OMHPV+waG2U+uJUz94VkApPT0Pr2zd gelwf599n08Vj0aGbWCNaLmlOckVkAezC953bfdzIbbe9aIaPU4k2eBmCq9QyLpG +WM6AnSGNHEQQe/WhGv6s6oobCDetjLeNBEfY4+5hF0MH98602hCmSn+aBfXXO8I YHQCQpz/3oXPlQs178Nfg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:date:feedback-id :feedback-id:from:from:in-reply-to:message-id:reply-to:subject :subject:to:to:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; t=1743653747; x=1743740147; bh=sW4n6j2wO46uURH5LnJpVEJMzvqz k07k16eTC+y0IcY=; b=u8g56gL370lq6bvbpRV+U6baolJ9YEtPT4eEN8FnG+LR OezF3v6zps6/F7xLLCcPB3JFmytcj/PSeSC0qGv3Oy566iUc3XU3ja9AZLbY1C5O XGs4zg2OhP9lyia8cr73s9stlTKUbWnKSNe9VVMDeh8aJTuTIxKjAYyjFFnRL7Ee xc1wtC27SD6w1IpsnsMehN91kPa6eXl8l6pCK8eTt0LYWPKvEF3zMQ79caj7QzDJ qeGDWFZbxG1sLPn0UQ4JJ06KL6H5BrSB+dmTuq45+WpEPmO/ZuO1SrdkjLzVIRjI PiSHVJGSzf2AvOLTrRQBN4BwZ6YFohmX1+nkORVYTQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddukeejheeiucetufdoteggodetrf dotffvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdggtfgfnhhsuhgsshgtrhhisggv pdfurfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucenucfjughrpeffkf fvhffusedttdertddttddtnecuhfhrohhmpefkrghnucfguhhrvgcuoehirghnsehrvght rhhoshhpvggtrdhtvheqnecuggftrfgrthhtvghrnhepteekjefhfefhteeigeekheehve dvfefggfegvefftddvudefheeigfetieeuheeknecuvehluhhsthgvrhfuihiivgeptden ucfrrghrrghmpehmrghilhhfrhhomhepihgrnhesrhgvthhrohhsphgvtgdrthhvpdhnsg gprhgtphhtthhopedupdhmohguvgepshhmthhpohhuthdprhgtphhtthhopegtohhnthhr ohhlseguvggssghughhsrdhgnhhurdhorhhg X-ME-Proxy: Feedback-ID: id9014242:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Thu, 3 Apr 2025 00:15:46 -0400 (EDT) Date: Wed, 02 Apr 2025 21:15:45 -0700 Message-Id: <87mscxdgni.fsf@retrospec.tv> To: control@debbugs.gnu.org From: Ian Eure Subject: control message for bug #77414 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control 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 (-) close 77414 quit From unknown Tue Jun 17 01:34:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 01 May 2025 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator