From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 06 11:48:55 2023 Received: (at submit) by debbugs.gnu.org; 6 Oct 2023 15:48:55 +0000 Received: from localhost ([127.0.0.1]:52453 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qon4Q-0005cb-Ro for submit@debbugs.gnu.org; Fri, 06 Oct 2023 11:48:55 -0400 Received: from lists.gnu.org ([2001:470:142::17]:54902) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qon4O-0005bo-U4 for submit@debbugs.gnu.org; Fri, 06 Oct 2023 11:48:53 -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 1qon40-0001FG-NZ for guix-patches@gnu.org; Fri, 06 Oct 2023 11:48:28 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:dc4:8::222]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qon3v-0005Ak-QN for guix-patches@gnu.org; Fri, 06 Oct 2023 11:48:28 -0400 Received: by mail.gandi.net (Postfix) with ESMTPSA id 2072440005; Fri, 6 Oct 2023 15:48:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fabionatali.com; s=gm1; t=1696607299; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7kaLrSGhEimOKejvCGzia0SscdbEvhDd0u/uT4mKpFw=; b=UJq6kk/NNsm+CV2AGxQR2U6Dp5lboSCaoFku+d7zWkR89sufJzTwFWtbm0i2qdpoAkxBJp 6+Tis+JUHwAsclbGmlI9cApVXiCnHdkRx5EI2yypC1vLM0f3Mit4XCDZ8MG+GBzyvnzFUc WObUT9KLbAVaYY3Mi+tQOG9ScyB8jopvmHYp1e1gks6cPvfwCRohVHbKZVT3Ln2JdEakbX /9EJEKiaT4oaS6JEaLIKSCZadqKdgOGrdX2LWgvj+MbITe1zfmSxa7JsxHRLAXpP6x+o/R TW+5xVgEBWi5KV90vf6wDps1A/nVw3I1+/Xl5ra/qUbZxqBZRL+Gdafu257+ig== From: Fabio Natali To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-mastodon: Update to 1.0.5. Date: Fri, 6 Oct 2023 16:45:38 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Katherine Cox-Buday , Liliana Marie Prikler Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-GND-Sasl: me@fabionatali.com Received-SPF: pass client-ip=2001:4b98:dc4:8::222; envelope-from=me@fabionatali.com; helo=relay2-d.mail.gandi.net 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.7 (/) X-Debbugs-Envelope-To: submit Cc: Fabio Natali 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.3 (/) * gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.5. --- Hi! 👋 This is to update Emacs Mastodon (mastodon.el) to 1.0.5. Hope it looks ok. 🙏 Cheers, Fabio. gnu/packages/emacs-xyz.scm | 63 ++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 33 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cf1542955c..6b9f945c20 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -32827,40 +32827,37 @@ (define-public emacs-wc-mode (license license:gpl3+))) (define-public emacs-mastodon - ;; No release in ~1 year, hence this snapshot. - (let ((commit "20dec8871c9bb5f5e418bfc197e7533b5e3065e3") - (revision "1")) - (package - (name "emacs-mastodon") - (version (git-version "1.0.0" revision commit)) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://codeberg.org/martianh/mastodon.el") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "15cfjny99yw5frdp8nlyazlwgscvfvbinsj0fbdfprxf50k2zjs6")))) - (build-system emacs-build-system) - (arguments - (list #:phases - #~(modify-phases %standard-phases - ;; Move the source files to the top level, which is included in - ;; the EMACSLOADPATH. - (add-after 'unpack 'move-source-files - (lambda _ - (let ((el-files (find-files "./lisp" ".*\\.el$"))) - (for-each (lambda (f) - (rename-file f (basename f))) - el-files))))))) - (propagated-inputs - (list emacs-request emacs-ts emacs-persist)) - (home-page "https://codeberg.org/martianh/mastodon.el") - (synopsis "Emacs client for Mastodon") - (description "@code{mastodon.el} is an Emacs client for Mastodon, the + (package + (name "emacs-mastodon") + (version "1.0.5") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://codeberg.org/martianh/mastodon.el") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bswv34r0x0a7va0qm6014zy1ddm4sv0l0k37d7z9r295kyz2v0s")))) + (build-system emacs-build-system) + (arguments + (list #:phases + #~(modify-phases %standard-phases + ;; Move the source files to the top level, which is included in + ;; the EMACSLOADPATH. + (add-after 'unpack 'move-source-files + (lambda _ + (let ((el-files (find-files "./lisp" ".*\\.el$"))) + (for-each (lambda (f) + (rename-file f (basename f))) + el-files))))))) + (propagated-inputs + (list emacs-request emacs-ts emacs-persist)) + (home-page "https://codeberg.org/martianh/mastodon.el") + (synopsis "Emacs client for Mastodon") + (description "@code{mastodon.el} is an Emacs client for Mastodon, the federated microblogging social network.") - (license license:gpl3+)))) + (license license:gpl3+))) (define-public emacs-ebdb (package base-commit: a7e6b4c98b97921ab695218f9b89be4f1ded48c9 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 06 17:46:26 2023 Received: (at 66372) by debbugs.gnu.org; 6 Oct 2023 21:46:27 +0000 Received: from localhost ([127.0.0.1]:52806 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qoseQ-0001V7-DL for submit@debbugs.gnu.org; Fri, 06 Oct 2023 17:46:26 -0400 Received: from mail-wm1-x343.google.com ([2a00:1450:4864:20::343]:45247) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qoseO-0001Ue-MX for 66372@debbugs.gnu.org; Fri, 06 Oct 2023 17:46:25 -0400 Received: by mail-wm1-x343.google.com with SMTP id 5b1f17b1804b1-405524e6768so25200775e9.2 for <66372@debbugs.gnu.org>; Fri, 06 Oct 2023 14:46:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696628760; x=1697233560; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=Gai86DbxHVwQFMvPLQX+3w40EKqz9uA0eHJjgpJFAvQ=; b=gNfj66mdIoRWhT/FHpAOgYAZdRR4oACLTp/PUVAmUHp7IgZyiASEI69OJ/Xh4YcxX/ UQ8I3c8NVyAiLXw8/XdXQO5MTvdpSvNzHiLu5ZooWIRNaLVsJgz7wkdSZIquGaKRVUBo JnB0JN2BhOJg7ApQe2dbDpPc758noMlrUORR3kc6pXT175/+3EoWVPQrwsbgCqkExWr7 pS0BG8NVAWCFVmHNwgACcInULBDkkIFulVezzTjrlqTrZ7yGmIkS0ZoFu8AyQekiEODj wZGDtW12iYfxwt/9YMrCwWt245Ty2Krcn+8z5glU7ziaMF6sZk1QeSPOuIGVignZ19F5 RPFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696628760; x=1697233560; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=Gai86DbxHVwQFMvPLQX+3w40EKqz9uA0eHJjgpJFAvQ=; b=jjmhj2qLbgbvDBLTVnBij6qlFlDywrHQaowXf6mYl5YUlIuBlrBhfOsG3PirkmEk/4 v3qWMOUZjPXMypE7YwDTWuySuwOyy/LbW4POOp6PMrA6QiYlJiX6+9CHx3mMcGMRLO74 dyYFPsq6j0C4NZ/sCLDLffl2orizlR6BvkI3tYhRHElwy8UVwM/4XFvIieKKyTBbgQLq ZoUqe4vDgmR7rIsK5KzukBh6vIhuxzE109FWHgHgpP5g/a9n59xCEXFFRQ8ClghLF0zm 4M/iDgOCLlEITU7egqa0vATv8Sp1aopefaD2mNw9X0mrh7IqSlYGtwI6srNkBv3fJ42+ tljg== X-Gm-Message-State: AOJu0YxhgnZRovdod+aOSGWuOzoFYSGAaJ+fkvoS0IS+aBs3FaR9ggOL Um8mhIHMYUAIugfNpinEAqk= X-Google-Smtp-Source: AGHT+IFvCCuvZJ1FBF0NpENXvbiMcv8+Db9kgJxZXcRMD+Gm0kloN5FCzTuEDubDDyP1422gjf7UIg== X-Received: by 2002:adf:fdc7:0:b0:31f:f982:5395 with SMTP id i7-20020adffdc7000000b0031ff9825395mr8685563wrs.35.1696628759562; Fri, 06 Oct 2023 14:45:59 -0700 (PDT) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id q8-20020adff508000000b003200c918c81sm2493240wro.112.2023.10.06.14.45.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Oct 2023 14:45:58 -0700 (PDT) Message-ID: <5897f3c2be1d8c852b9740d97ad8ff4b5f762adc.camel@gmail.com> Subject: Re: [bug#66372] [PATCH] gnu: emacs-mastodon: Update to 1.0.5. From: Liliana Marie Prikler To: Fabio Natali , 66372@debbugs.gnu.org Date: Fri, 06 Oct 2023 23:45:57 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: base64 User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 66372 Cc: Katherine Cox-Buday , Andrew Tropin 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.0 (-) QW0gRnJlaXRhZywgZGVtIDA2LjEwLjIwMjMgdW0gMTY6NDUgKzAxMDAgc2NocmllYiBGYWJpbyBO YXRhbGk6Cj4gKiBnbnUvcGFja2FnZXMvZW1hY3MteHl6LnNjbSAoZW1hY3MtbWFzdG9kb24pOiBV cGRhdGUgdG8gMS4wLjUuCj4gLS0tCj4gSGkhIPCfkYsKPiAKPiBUaGlzIGlzIHRvIHVwZGF0ZSBF bWFjcyBNYXN0b2RvbiAobWFzdG9kb24uZWwpIHRvIDEuMC41Lgo+IAo+IEhvcGUgaXQgbG9va3Mg b2suIPCfmY8KPiAKPiBDaGVlcnMsIEZhYmlvLgo+IAo+IAo+IMKgZ251L3BhY2thZ2VzL2VtYWNz LXh5ei5zY20gfCA2MyArKysrKysrKysrKysrKysrKystLS0tLS0tLS0tLS0tLS0tLS0KPiAtLQo+ IMKgMSBmaWxlIGNoYW5nZWQsIDMwIGluc2VydGlvbnMoKyksIDMzIGRlbGV0aW9ucygtKQo+IAo+ IGRpZmYgLS1naXQgYS9nbnUvcGFja2FnZXMvZW1hY3MteHl6LnNjbSBiL2dudS9wYWNrYWdlcy9l bWFjcy14eXouc2NtCj4gaW5kZXggY2YxNTQyOTU1Yy4uNmI5Zjk0NWMyMCAxMDA2NDQKPiAtLS0g YS9nbnUvcGFja2FnZXMvZW1hY3MteHl6LnNjbQo+ICsrKyBiL2dudS9wYWNrYWdlcy9lbWFjcy14 eXouc2NtCj4gQEAgLTMyODI3LDQwICszMjgyNywzNyBAQCAoZGVmaW5lLXB1YmxpYyBlbWFjcy13 Yy1tb2RlCj4gwqDCoMKgwqAgKGxpY2Vuc2UgbGljZW5zZTpncGwzKykpKQo+IMKgCj4gwqAoZGVm aW5lLXB1YmxpYyBlbWFjcy1tYXN0b2Rvbgo+IC3CoCA7OyBObyByZWxlYXNlIGluIH4xIHllYXIs IGhlbmNlIHRoaXMgc25hcHNob3QuCj4gLcKgIChsZXQgKChjb21taXQgIjIwZGVjODg3MWM5YmI1 ZjVlNDE4YmZjMTk3ZTc1MzNiNWUzMDY1ZTMiKQo+IC3CoMKgwqDCoMKgwqDCoCAocmV2aXNpb24g IjEiKSkKPiAtwqDCoMKgIChwYWNrYWdlCj4gLcKgwqDCoMKgwqAgKG5hbWUgImVtYWNzLW1hc3Rv ZG9uIikKPiAtwqDCoMKgwqDCoCAodmVyc2lvbiAoZ2l0LXZlcnNpb24gIjEuMC4wIiByZXZpc2lv biBjb21taXQpKQo+IC3CoMKgwqDCoMKgIChzb3VyY2UgKG9yaWdpbgo+IC3CoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqAgKG1ldGhvZCBnaXQtZmV0Y2gpCj4gLcKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoCAodXJpIChnaXQtcmVmZXJlbmNlCj4gLcKgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAodXJsCj4gImh0dHBzOi8vY29kZWJlcmcub3JnL21hcnRp YW5oL21hc3RvZG9uLmVsIikKPiAtwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgIChjb21taXQgY29tbWl0KSkpCj4gLcKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oCAoZmlsZS1uYW1lIChnaXQtZmlsZS1uYW1lIG5hbWUgdmVyc2lvbikpCj4gLcKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoCAoc2hhMjU2Cj4gLcKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgIChiYXNlMzIKPiAtwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoAo+ICIx NWNmam55OTl5dzVmcmRwOG5seWF6bHdnc2N2ZnZiaW5zajBmYmRmcHJ4ZjUwazJ6anM2IikpKSkK PiAtwqDCoMKgwqDCoCAoYnVpbGQtc3lzdGVtIGVtYWNzLWJ1aWxkLXN5c3RlbSkKPiAtwqDCoMKg wqDCoCAoYXJndW1lbnRzCj4gLcKgwqDCoMKgwqDCoCAobGlzdCAjOnBoYXNlcwo+IC3CoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqAgI34obW9kaWZ5LXBoYXNlcyAlc3RhbmRhcmQtcGhhc2VzCj4gLcKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIDs7IE1vdmUgdGhlIHNvdXJjZSBmaWxlcyB0 byB0aGUgdG9wIGxldmVsLCB3aGljaCBpcwo+IGluY2x1ZGVkIGluCj4gLcKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgIDs7IHRoZSBFTUFDU0xPQURQQVRILgo+IC3CoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoCAoYWRkLWFmdGVyICd1bnBhY2sgJ21vdmUtc291cmNlLWZpbGVz Cj4gLcKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAobGFtYmRhIF8KPiAtwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAobGV0ICgoZWwtZmlsZXMgKGZp bmQtZmlsZXMgIi4vbGlzcCIKPiAiLipcXC5lbCQiKSkpCj4gLcKgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChmb3ItZWFjaCAobGFtYmRhIChmKQo+IC3CoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoCAocmVuYW1lLWZpbGUgZiAoYmFzZW5hbWUgZikpKQo+IC3CoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIGVsLWZpbGVzKSkp KSkpKQo+IC3CoMKgwqDCoMKgIChwcm9wYWdhdGVkLWlucHV0cwo+IC3CoMKgwqDCoMKgwqAgKGxp c3QgZW1hY3MtcmVxdWVzdCBlbWFjcy10cyBlbWFjcy1wZXJzaXN0KSkKPiAtwqDCoMKgwqDCoCAo aG9tZS1wYWdlICJodHRwczovL2NvZGViZXJnLm9yZy9tYXJ0aWFuaC9tYXN0b2Rvbi5lbCIpCj4g LcKgwqDCoMKgwqAgKHN5bm9wc2lzICJFbWFjcyBjbGllbnQgZm9yIE1hc3RvZG9uIikKPiAtwqDC oMKgwqDCoCAoZGVzY3JpcHRpb24gIkBjb2Rle21hc3RvZG9uLmVsfSBpcyBhbiBFbWFjcyBjbGll bnQgZm9yCj4gTWFzdG9kb24sIHRoZQo+ICvCoCAocGFja2FnZQo+ICvCoMKgwqAgKG5hbWUgImVt YWNzLW1hc3RvZG9uIikKPiArwqDCoMKgICh2ZXJzaW9uICIxLjAuNSIpCj4gK8KgwqDCoCAoc291 cmNlIChvcmlnaW4KPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKG1ldGhvZCBnaXQtZmV0 Y2gpCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgICh1cmkgKGdpdC1yZWZlcmVuY2UKPiAr wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKHVybAo+ICJodHRwczovL2Nv ZGViZXJnLm9yZy9tYXJ0aWFuaC9tYXN0b2Rvbi5lbCIpCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgIChjb21taXQgdmVyc2lvbikpKQo+ICvCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoCAoZmlsZS1uYW1lIChnaXQtZmlsZS1uYW1lIG5hbWUgdmVyc2lvbikpCj4gK8Kg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChzaGEyNTYKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoCAoYmFzZTMyCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoAo+ICIxYnN3 djM0cjB4MGE3dmEwcW02MDE0enkxZGRtNHN2MGwwazM3ZDd6OXIyOTVreXoydjBzIikpKSkKSSdt IGdldHRpbmcgYSBoYXNoIGNvbGxpc2lvbjoKCnI6c2hhMjU2IGhhc2ggbWlzbWF0Y2ggZm9yIC9n bnUvc3RvcmUvN25qMTB6NTh4OGNzbjhxMDVrcm4yM3BnaGZjZ2N4amItCmVtYWNzLW1hc3RvZG9u LTEuMC41LWNoZWNrb3V0OgogIGV4cGVjdGVkIGhhc2g6IDFic3d2MzRyMHgwYTd2YTBxbTYwMTR6 eTFkZG00c3YwbDBrMzdkN3o5cjI5NWt5ejJ2MHMKICBhY3R1YWwgaGFzaDogICAwempuM3YzcWZy MDM0dnowbnM3czlqN240eHp6cXk1eGlpaGMzMDdtcjNmNmZjamdxMHhkCgpMb29rcyBsaWtlIHVw c3RyZWFtIG1vdmVkIHRoZSB0YWc/Cg== From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 06 20:17:44 2023 Received: (at 66372) by debbugs.gnu.org; 7 Oct 2023 00:17:44 +0000 Received: from localhost ([127.0.0.1]:53052 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qov0p-0008Dc-Tm for submit@debbugs.gnu.org; Fri, 06 Oct 2023 20:17:44 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:50853) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qov0n-0008DL-0e for 66372@debbugs.gnu.org; Fri, 06 Oct 2023 20:17:43 -0400 Received: by mail.gandi.net (Postfix) with ESMTPSA id E4A6360003; Sat, 7 Oct 2023 00:17:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fabionatali.com; s=gm1; t=1696637835; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=wMqz1VBZbSY1DuOOOsLVgsvP9EjHm9Ve9GFQ7Jzbcoc=; b=aa9cpUKbENvOlt7CDN4exjt30hBocmJgK+e8ON/CFl4k66d4V5DKaHRk2qTrcLePgKSGeq C8Or8o6vMmPsqHYrSYHqwvdoErYIfIP7/UiEzoPmPr2jZHbIh0wl9hZ1Zev0GBbt3GzEjd zt/COITCVaZV/WWVPKx+VbpSF3MnyXNN+zIcZ7ESJqszmieWZ5JDyPk67h3xdkbhKvEp73 2zbe+KxczwAhDFeDi+OzHOFNZGQrcgmJrRg7jCEDbgZv7hKdHTnP6WXfgbt3rQPtZHRYQ5 krXHAF4XHGGDvQGp+u6smB3cJkinWt0IrRBj2G8QvqglwAt2nb8ppIadEYI1GQ== From: Fabio Natali To: 66372@debbugs.gnu.org Subject: [PATCH v2] gnu: emacs-mastodon: Update to 1.0.5. Date: Sat, 7 Oct 2023 01:14:17 +0100 Message-ID: <9b0938f378b114fcddc4254c7df1def4ef6d3bbe.1696637656.git.me@fabionatali.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Katherine Cox-Buday , Liliana Marie Prikler Content-Transfer-Encoding: 8bit X-GND-Sasl: me@fabionatali.com X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 66372 Cc: Fabio Natali 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 (-) * gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.5. --- Hi, Here's an updated version of the patch for Emacs Mastodon 1.0.5. The commit hash has been updated to reflect a change in the upstream repository. I've used `guix lint' and `guix style', which didn't seem to spot anything major. Hopefully this looks good. Thanks, cheers, Fabio. gnu/packages/emacs-xyz.scm | 62 ++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 33 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cf1542955c..47bdc10685 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -32827,40 +32827,36 @@ (define-public emacs-wc-mode (license license:gpl3+))) (define-public emacs-mastodon - ;; No release in ~1 year, hence this snapshot. - (let ((commit "20dec8871c9bb5f5e418bfc197e7533b5e3065e3") - (revision "1")) - (package - (name "emacs-mastodon") - (version (git-version "1.0.0" revision commit)) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://codeberg.org/martianh/mastodon.el") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "15cfjny99yw5frdp8nlyazlwgscvfvbinsj0fbdfprxf50k2zjs6")))) - (build-system emacs-build-system) - (arguments - (list #:phases - #~(modify-phases %standard-phases - ;; Move the source files to the top level, which is included in - ;; the EMACSLOADPATH. - (add-after 'unpack 'move-source-files - (lambda _ - (let ((el-files (find-files "./lisp" ".*\\.el$"))) - (for-each (lambda (f) - (rename-file f (basename f))) - el-files))))))) - (propagated-inputs - (list emacs-request emacs-ts emacs-persist)) - (home-page "https://codeberg.org/martianh/mastodon.el") - (synopsis "Emacs client for Mastodon") - (description "@code{mastodon.el} is an Emacs client for Mastodon, the + (package + (name "emacs-mastodon") + (version "1.0.5") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://codeberg.org/martianh/mastodon.el") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0zjn3v3qfr034vz0ns7s9j7n4xzzqy5xiihc307mr3f6fcjgq0xd")))) + (build-system emacs-build-system) + (arguments + (list + #:phases #~(modify-phases %standard-phases + ;; Move the source files to the top level, which is included in + ;; the EMACSLOADPATH. + (add-after 'unpack 'move-source-files + (lambda _ + (let ((el-files (find-files "./lisp" ".*\\.el$"))) + (for-each (lambda (f) + (rename-file f + (basename f))) el-files))))))) + (propagated-inputs (list emacs-request emacs-ts emacs-persist)) + (home-page "https://codeberg.org/martianh/mastodon.el") + (synopsis "Emacs client for Mastodon") + (description "@code{mastodon.el} is an Emacs client for Mastodon, the federated microblogging social network.") - (license license:gpl3+)))) + (license license:gpl3+))) (define-public emacs-ebdb (package base-commit: add2a22ad7bcca2521432e3f486460138401d5a5 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 06 20:19:04 2023 Received: (at 66372) by debbugs.gnu.org; 7 Oct 2023 00:19:04 +0000 Received: from localhost ([127.0.0.1]:53059 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qov28-0008Fv-JN for submit@debbugs.gnu.org; Fri, 06 Oct 2023 20:19:04 -0400 Received: from relay5-d.mail.gandi.net ([2001:4b98:dc4:8::225]:37441) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qov26-0008FP-LL for 66372@debbugs.gnu.org; Fri, 06 Oct 2023 20:19:03 -0400 Received: by mail.gandi.net (Postfix) with ESMTPSA id B88FC1C0002; Sat, 7 Oct 2023 00:18:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fabionatali.com; s=gm1; t=1696637916; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=L3SbPFqjlN33tHHCNzF/kgsNVscBUl/IbMZAcDAB5GQ=; b=KUfz7DNfWfae7G0VKRqxwfX9ripHH6JJCSD8gVVCNMiqjlKrXhCUCidtrtzQtbysDrVvHQ 9dtSXm84rDvvQOsTD1EsOwzZZihX7UuCWBcejwv8CnVJXKjgohOouexBHsnnVQuHqp3gC3 Fhl8LTeatEoTNjfkBpP3yMy2X+zpUL5fDWkDerG8AFhln5erE6dRnHlce4WItOdPa6SyOs c8lat95CdmdKv8Wn5dvFezVCLRySL1r+w4QiiUT+F5hgAXO9KEvvuWZs54DMYZ5kdjxwN8 x4prARib8K6O1OIQKtMpegjpQ65tUICkgf8OfrqOExDUEWR5Yk2/vbO/k38FUQ== From: Fabio Natali To: Liliana Marie Prikler , 66372@debbugs.gnu.org Subject: Re: [bug#66372] [PATCH] gnu: emacs-mastodon: Update to 1.0.5. In-Reply-To: <5897f3c2be1d8c852b9740d97ad8ff4b5f762adc.camel@gmail.com> References: <5897f3c2be1d8c852b9740d97ad8ff4b5f762adc.camel@gmail.com> Date: Sat, 07 Oct 2023 01:18:34 +0100 Message-ID: <877cnzqo85.fsf@fabionatali.com> MIME-Version: 1.0 Content-Type: text/plain X-GND-Sasl: me@fabionatali.com X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 66372 Cc: Katherine Cox-Buday , Andrew Tropin 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 (-) On 2023-10-06, 23:45 +0200, Liliana Marie Prikler wrote: > I'm getting a hash collision: [...] > Looks like upstream moved the tag? Hi Liliana, Thanks for checking! True, it looks like 1.0.5 has been moved to 7d49ecba22. Updated patch just sent separately. Cheers, Fabio. From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 07 06:00:48 2023 Received: (at 66372) by debbugs.gnu.org; 7 Oct 2023 10:00:48 +0000 Received: from localhost ([127.0.0.1]:53338 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qp475-0008Ee-Is for submit@debbugs.gnu.org; Sat, 07 Oct 2023 06:00:48 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:38633) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qp473-0008EN-3Y for 66372@debbugs.gnu.org; Sat, 07 Oct 2023 06:00:46 -0400 Received: by mail.gandi.net (Postfix) with ESMTPSA id CF33960007; Sat, 7 Oct 2023 10:00:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fabionatali.com; s=gm1; t=1696672820; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=HIya0lIztI+toXVnjM7pA8V89NQ2yfriCLAsus0XoV8=; b=XTWUSkh2CvYrJT5uAFA7/fqKRo3QullHYiSDTxVI9qE+2NFQy0OaXgr85PfPCj9gGlFO+m VQHYBZrPFUk1lKe4Fku7kNvJP5L8MJMpKiB9tMWuxCTY4+fN3dUPSGAGmmS7W5mkfBaUDD rSVJVlsOJEvHU5t6NNtOXHNZZypYBzfzU44LqlAOrurEz5T35zXDf14sJr06+YKCK4pMR6 M33eydFOt+kHMtQJMJ+qU8Vxfy8Ahp7b9HoZ7BGk1yg30pNf/dvktIA3bzrNzvZMqn+NCK ibnTGTlPgabsHvakfs34OMLlth5MhOM+M61t/Kyzz3PaPMkwdzNsGi6eECLmTA== From: Fabio Natali To: 66372@debbugs.gnu.org Subject: [PATCH v3] gnu: emacs-mastodon: Update to 1.0.6. Date: Sat, 7 Oct 2023 10:54:02 +0100 Message-ID: <94fca17c1c9cb5be644b2236462cc3a9b5acf1aa.1696672441.git.me@fabionatali.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Katherine Cox-Buday , Liliana Marie Prikler Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-GND-Sasl: me@fabionatali.com X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 66372 Cc: Fabio Natali 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 (-) * gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.6. --- Sorry, there's been a hotfix release in the upstream repo, just this morning. Please discard the previous patch. This one is for 1.0.6, which includes the hotfix. Have a lovely day, Fabio. 🙏🌈 gnu/packages/emacs-xyz.scm | 63 ++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 33 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cf1542955c..5fd42a3a28 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -32827,40 +32827,37 @@ (define-public emacs-wc-mode (license license:gpl3+))) (define-public emacs-mastodon - ;; No release in ~1 year, hence this snapshot. - (let ((commit "20dec8871c9bb5f5e418bfc197e7533b5e3065e3") - (revision "1")) - (package - (name "emacs-mastodon") - (version (git-version "1.0.0" revision commit)) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://codeberg.org/martianh/mastodon.el") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "15cfjny99yw5frdp8nlyazlwgscvfvbinsj0fbdfprxf50k2zjs6")))) - (build-system emacs-build-system) - (arguments - (list #:phases - #~(modify-phases %standard-phases - ;; Move the source files to the top level, which is included in - ;; the EMACSLOADPATH. - (add-after 'unpack 'move-source-files - (lambda _ - (let ((el-files (find-files "./lisp" ".*\\.el$"))) - (for-each (lambda (f) - (rename-file f (basename f))) - el-files))))))) - (propagated-inputs - (list emacs-request emacs-ts emacs-persist)) - (home-page "https://codeberg.org/martianh/mastodon.el") - (synopsis "Emacs client for Mastodon") - (description "@code{mastodon.el} is an Emacs client for Mastodon, the + (package + (name "emacs-mastodon") + (version "1.0.6") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://codeberg.org/martianh/mastodon.el") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1z5lmzxhindxa0f6qi6z361k9smqcz68alr6w6jbmwg279qmk8jj")))) + (build-system emacs-build-system) + (arguments + (list + #:phases #~(modify-phases %standard-phases + ;; Move the source files to the top level, which is + ;; included in the EMACSLOADPATH. + (add-after 'unpack 'move-source-files + (lambda _ + (let ((el-files (find-files "./lisp" ".*\\.el$"))) + (for-each (lambda (f) + (rename-file f + (basename f))) + el-files))))))) + (propagated-inputs (list emacs-request emacs-ts emacs-persist)) + (home-page "https://codeberg.org/martianh/mastodon.el") + (synopsis "Emacs client for Mastodon") + (description "@code{mastodon.el} is an Emacs client for Mastodon, the federated microblogging social network.") - (license license:gpl3+)))) + (license license:gpl3+))) (define-public emacs-ebdb (package base-commit: 84431a30ea0eab9d80cdf22b97375d1d6339596c -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 11 08:41:39 2023 Received: (at submit) by debbugs.gnu.org; 11 Oct 2023 12:41:39 +0000 Received: from localhost ([127.0.0.1]:37743 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqYWw-000447-Ts for submit@debbugs.gnu.org; Wed, 11 Oct 2023 08:41:39 -0400 Received: from lists.gnu.org ([2001:470:142::17]:52124) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqYWv-00043s-Ek for submit@debbugs.gnu.org; Wed, 11 Oct 2023 08:41:37 -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 1qqYWT-00053p-07 for guix-patches@gnu.org; Wed, 11 Oct 2023 08:41:09 -0400 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qqYWG-0002TK-Km for guix-patches@gnu.org; Wed, 11 Oct 2023 08:40:58 -0400 Received: from localhost (unknown [217.155.61.229]) by mira.cbaines.net (Postfix) with ESMTPSA id B79FA27BBE2; Wed, 11 Oct 2023 13:40:53 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 89a954bc; Wed, 11 Oct 2023 12:40:52 +0000 (UTC) References: <94fca17c1c9cb5be644b2236462cc3a9b5acf1aa.1696672441.git.me@fabionatali.com> User-agent: mu4e 1.10.5; emacs 28.2 From: Christopher Baines To: Fabio Natali Subject: Re: [bug#66372] [PATCH v3] gnu: emacs-mastodon: Update to 1.0.6. Date: Wed, 11 Oct 2023 13:23:26 +0100 In-reply-to: <94fca17c1c9cb5be644b2236462cc3a9b5acf1aa.1696672441.git.me@fabionatali.com> Message-ID: <87wmvte3hp.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, 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: Liliana Marie Prikler , Katherine Cox-Buday , 66372-done@debbugs.gnu.org, guix-patches@gnu.org, Andrew Tropin 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 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Fabio Natali via Guix-patches via writes: > * gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.6. > --- > Sorry, there's been a hotfix release in the upstream repo, just this > morning. Please discard the previous patch. This one is for 1.0.6, > which includes the hotfix. Have a lovely day, Fabio. =F0=9F=99=8F=F0=9F= =8C=88 > > gnu/packages/emacs-xyz.scm | 63 ++++++++++++++++++-------------------- > 1 file changed, 30 insertions(+), 33 deletions(-) This looks good to me, I've pushed it to master as d6afcffb217ade8573fb86ef18d6740d1a9cba4d. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmUml9JfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xe9Tw/7B5xdDq/xX515JLtUXiYP/lhoB+PQUBl0 0wblpaIOLBrWMnZEr+5qCbwJ4h2Sj5mMcSpuDbwlELHXIjxQHJt4H3r9O0rrFb+g xV6FiYpFuwO0FNVWkvPiPdqD0Y3/aYj08oOBSRdRd853Gy5bn/8M/uSsTk1xhKIy VYpM2ZQpNwxfns0iR62FherbWc5rsaXsceUr6E+tRgFILLH/wV8hsh9vxN4XsDn3 7n80NZLcEvVrn4DBymx4XvBDfVCPxAqHeTRAqdTLnxFXlTuC5ciT1bFmjzGi5bjG qT6ve2pWYx0mkti9m0es7nite+tsCsDpQWFBDm4QZCZWQh0clqD4lQYfIIhA6ShI nbVuH7Fe6qSRwnyryFbbAXcLm2kdKgSTGgeZ2cSNLE0KvIpP50uvCa1GNMEcUI0e GTHNgcGYgh8qcdcY+eD2iNBDk3mhECuL0ghDiybhR/JTrYjulWo7lykjdh4r4d9V QJioG9WRpH+qLERaT6hchNHeZu0NA4+Q9zs7OXH6v07UlN2EhyM94nzT77ulb/Xg AVsLu0t14ee4pIgkQldJMHqLNG6Y6uwmDRiKoF2jOnzOq882SNWn6Eu8/vQmdqLA Damv9sh5lXznkVArFWcOydE+e6kYBV9ZBy2iaGUG4Ud0PUDbxpd+znbXDcNy6iOJ ieVbzMzG/d8= =AhtM -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 16 16:06:40 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, 09 Nov 2023 12:24:12 +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