From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBnFO-00057v-0H for guix-patches@gnu.org; Thu, 26 Apr 2018 16:12:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBnFK-0002UK-E6 for guix-patches@gnu.org; Thu, 26 Apr 2018 16:12:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:32817) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fBnFK-0002UG-A1 for guix-patches@gnu.org; Thu, 26 Apr 2018 16:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fBnFK-0008Fv-2o for guix-patches@gnu.org; Thu, 26 Apr 2018 16:12:02 -0400 Subject: [bug#31275] Update 'magit' and add 'emacs-ghub' Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBnEs-00055P-NM for guix-patches@gnu.org; Thu, 26 Apr 2018 16:11:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBnEp-0002Cv-Js for guix-patches@gnu.org; Thu, 26 Apr 2018 16:11:34 -0400 Received: from mail-lf0-x236.google.com ([2a00:1450:4010:c07::236]:34837) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fBnEp-0002CP-CU for guix-patches@gnu.org; Thu, 26 Apr 2018 16:11:31 -0400 Received: by mail-lf0-x236.google.com with SMTP id r125-v6so32568613lfe.2 for ; Thu, 26 Apr 2018 13:11:30 -0700 (PDT) Received: from leviafan ([217.107.194.24]) by smtp.gmail.com with ESMTPSA id l17sm3401287lji.87.2018.04.26.13.11.28 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 26 Apr 2018 13:11:28 -0700 (PDT) From: Alex Kost Date: Thu, 26 Apr 2018 23:11:31 +0300 Message-ID: <87d0ylg230.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 31275@debbugs.gnu.org Hello, the new version of Magit requires a new dependency - "ghub.el". So the upcoming 2 patches add the required package and update magit. -- Alex