From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 8MrpCp9AkWLnGgAAbAwnHQ (envelope-from ) for ; Fri, 27 May 2022 23:20:31 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id MPzmCp9AkWJJHwEA9RJhRA (envelope-from ) for ; Fri, 27 May 2022 23:20:31 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C5D6E3D14F for ; Fri, 27 May 2022 23:20:30 +0200 (CEST) Received: from localhost ([::1]:35152 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nuhNl-0006pA-Gj for larch@yhetil.org; Fri, 27 May 2022 17:20:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49044) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nuhNL-0006oK-9Y for guix-patches@gnu.org; Fri, 27 May 2022 17:20:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41997) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nuhNL-0007ue-0c for guix-patches@gnu.org; Fri, 27 May 2022 17:20:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nuhNK-0000Pi-OX for guix-patches@gnu.org; Fri, 27 May 2022 17:20:02 -0400 Subject: bug#55564: gnu: Update emacs-dtache Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 27 May 2022 21:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55564 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Niklas Eklund Cc: 55564-done@debbugs.gnu.org Mail-Followup-To: 55564@debbugs.gnu.org, ludo@gnu.org, niklas.eklund@posteo.net Received: via spool by 55564-done@debbugs.gnu.org id=D55564.16536863471509 (code D ref 55564); Fri, 27 May 2022 21:20:02 +0000 Received: (at 55564-done) by debbugs.gnu.org; 27 May 2022 21:19:07 +0000 Received: from localhost ([127.0.0.1]:35891 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nuhMR-0000OH-Cf for submit@debbugs.gnu.org; Fri, 27 May 2022 17:19:07 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55684) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nuhMP-0000Nm-9R for 55564-done@debbugs.gnu.org; Fri, 27 May 2022 17:19:05 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40108) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nuhMI-0007qf-PL; Fri, 27 May 2022 17:18:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=z8Tx0tsWRMbiRmQCsxwOS9JHHMSY7IEeOm8hGZS++fI=; b=Hysx627x5awX0etqK9n6 UYC6mrPgYpiXSFMrwyTLzbGBXOpQYOKcrs0u0ON+XmsFsWCRNyRn2yyP1aaP0MK0wPjrtlj4RWbkZ sNd05d9SbRT6qhv7SDhAxBlm/c3ifWCzVL6Y7XUPN5LrFBHhwAJIlXG6BfSvlOwAJtQR2kGowseXt KE8FfB7da3zOvjkUZilQBKpRs4I21O9bJqAn+EiZHFvTUPQzXvObs3/SVMghA04gtt0fUU9ve9r7G ga65fDdvejyzE6HFKtrUypcIQJh+zX1B44w8SOhc2Mtq/6tleCyS5psBjsI1s4a1BcMCBRqmhIhac lfxA8BrKqdj6Xw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:58152 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nuhMI-0000sI-D3; Fri, 27 May 2022 17:18:58 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <877d6eo9rl.fsf@posteo.net> Date: Fri, 27 May 2022 23:18:57 +0200 In-Reply-To: <877d6eo9rl.fsf@posteo.net> (Niklas Eklund's message of "Sat, 21 May 2022 21:28:46 +0000") Message-ID: <87tu9ad67y.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1653686430; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=z8Tx0tsWRMbiRmQCsxwOS9JHHMSY7IEeOm8hGZS++fI=; b=a+Ykvilr8wBjF0xB1yhZLxn9X4R81a8+Zsw5lrEa83SzjfchQt5Q1RXy8s1MazoSafUN1C xd//2svdnYbE1RXgJOVwWckLoOkoB0vqCW+QzE9lkP4oGxvw28Ur0GTZpOF1WyROce668+ FKWMCAu/YmNSfV7ogbIpNFf5242ANDw4HZMT1Y9WzFWCORRixWuSILeZ8BQE8/s0sH5zy3 iNA8vB0HQa60PFyEifNAcLG8Okv9izfgtCvdgaH2FNEmCC/vyKP9vLFM89O8YDWNZYGBgo FuR2H9n//UtqWBZCkDkQaYXII3v750jUQdxCzGfsQKaf07albKVEfM7D4x8cyA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1653686430; a=rsa-sha256; cv=none; b=XxSlM76AG19J5rctBCEK/86tTsVB1G7v5m/zRh3WY8wEw0r0wjaBBwmbWFgX0TjFWNZu7n JZJ2ViG8SHnNdkrVpa1Y2YA32pAQxzQV2i2Zb3CX3TT+SpJDcMoCkFSc6gROXkQAO/JDNI qOPOJL5D+Kh1a1YGOrSjYI0pEGEMcyqLpw2AVPhba4Pc38qtXYTUqE5+kSSvOvMbULTF/6 R9g54jtw9Yog92VvTSF5znhq74pvSim0JMryEDEydIYGhJ7MmX6+SbOm11Hq31NlJLuxy1 m1H4WdTYbTyE2uE0WjEPDthhHwAxfAadCErGtGTnCRNCyRQmIJbWKQmfLq/PPg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Hysx627x; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.75 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Hysx627x; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: C5D6E3D14F X-Spam-Score: -3.75 X-Migadu-Scanner: scn0.migadu.com X-TUID: vKFxHwv26s4E --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Niklas Eklund skribis: >>>From 3614566e6e940206ad1724c788fb327fa4a8a1e4 Mon Sep 17 00:00:00 2001 > From: Niklas Eklund > Date: Sat, 21 May 2022 23:25:45 +0200 > Subject: [PATCH] gnu: emacs-detached: Update to 0.7. > > * gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.7. > > I have both renamed the package dtache -> detached as well as moving the > development from gitlab to sourcehut. This patch reflects those changes, = as > well as updating to the latest release of the package. Nice to get a patch straight from upstream. :-) I applied it with the additional hunk below so that users referring to the old name in their manifest or profile will get a smooth transition. Thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f9c3c61946..ed1b005d6e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -24391,6 +24391,9 @@ (define-public emacs-detached well as providing an interface to attach and interact with the processes.") (license license:gpl3+))) +(define-public emacs-dtache + (deprecated-package "emacs-dtache" emacs-detached)) + (define-public emacs-dtrt-indent (package (name "emacs-dtrt-indent") --=-=-=--