From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id aKSiBduyUWF5JgEAgWs5BA (envelope-from ) for ; Mon, 27 Sep 2021 14:02:35 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id OIMvAduyUWFkcwAAbx9fmQ (envelope-from ) for ; Mon, 27 Sep 2021 12:02:35 +0000 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 6587E12450 for ; Mon, 27 Sep 2021 14:02:34 +0200 (CEST) Received: from localhost ([::1]:41794 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mUpL7-0000PQ-Hj for larch@yhetil.org; Mon, 27 Sep 2021 08:02:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56364) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mUpIg-0007kf-Eg for guix-patches@gnu.org; Mon, 27 Sep 2021 08:00:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56606) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mUpIg-00046R-5D for guix-patches@gnu.org; Mon, 27 Sep 2021 08:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mUpIf-0006ip-VT for guix-patches@gnu.org; Mon, 27 Sep 2021 08:00:01 -0400 Subject: bug#50618: [PATCH v2] import: stackage: =?UTF-8?Q?Don=E2=80=99t?= try to update packages not available on Stackage. Resent-From: Lars-Dominik Braun Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 27 Sep 2021 12:00:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 50618 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Xinglu Chen Cc: 50618-done@debbugs.gnu.org Mail-Followup-To: 50618@debbugs.gnu.org, lars@6xq.net, public@yoctocell.xyz Received: via spool by 50618-done@debbugs.gnu.org id=D50618.163274395825741 (code D ref 50618); Mon, 27 Sep 2021 12:00:01 +0000 Received: (at 50618-done) by debbugs.gnu.org; 27 Sep 2021 11:59:18 +0000 Received: from localhost ([127.0.0.1]:39919 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUpHy-0006h7-C2 for submit@debbugs.gnu.org; Mon, 27 Sep 2021 07:59:18 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:38660) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mUpHv-0006gq-QQ for 50618-done@debbugs.gnu.org; Mon, 27 Sep 2021 07:59:16 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [80.241.60.233]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4HJ1Q51Wt3zQkBy; Mon, 27 Sep 2021 13:59:09 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1632743947; 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=PQS1q/NfM2yZWlEkgPiAdeL/nUhfxd7irMXxJ9W84zk=; b=SNNVntWIEH9dl3LNfmxCpV2qhQ6gPK/4rPKNUcCGsc+PZDfrk8pabgBmhKP+AaurMYRUIT kQTqfC3RXk8RxSfW0QI18J7i6NJFYD7pKI+OGtqMHSJ89a2ycbbs9wcgC5JIigBa7E1Ta4 1aCN9UMoStqGVVK5cxZrpqEehFc2nQHfWsnEZ1HFqA37lRieZa2aQxnjZ4u0oMxaoH2Kst GArWcO7MlAGQNxEaNSYr83/Wnur79SpUnZC6z97nXKy0+wD1dSIwdsUukUQbkr1nuDkLeC 6fsEtWP2ok1GbdDd5d+TkoAMmF/ug1GWCQuuZNs9uoPb5VyEnFNASenjwq/Dig== Date: Mon, 27 Sep 2021 13:59:02 +0200 From: Lars-Dominik Braun Message-ID: References: <33ce44c6b5dc4f0c2ea2cf7a8402807d91e849a6.1631791821.git.public@yoctocell.xyz> <0aa369b60b785e933cab9de136cf9745dc4ea50a.1632324617.git.public@yoctocell.xyz> <874ka67365.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <874ka67365.fsf@yoctocell.xyz> X-Rspamd-Queue-Id: E247726C 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1632744154; 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=PQS1q/NfM2yZWlEkgPiAdeL/nUhfxd7irMXxJ9W84zk=; b=MbHVsHHE/6YuStHP54MDJrvDzvfWLFC7LgoZPj3iqr6zkl5gjc1GynWd2YCmWDEEo9cllN ysah1DzkzOCg/IlNtTvPC3cJ9B3omz0IBHZH+cuBeJ7sMLKikDUk/qKAJXFcHjo0aaRneg rfjQtZB1J0z01SHIIhGaexbCER3xZPlIit7p0I7eWb0+IkNZcju4kRUoq2YKTACFP1B+1w 6Sw3KiErkic30BAMo6pBCggZFICg97cN3A3uGQKxwP9jbd7pwfHdOZzioOpqam6OdCaTVF +pRd5ivmYJIAe6vZajD1XNr2iAW/utzWbbBC5cQIOW+JOqZt2K1ar/n3Qi9mMw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1632744154; a=rsa-sha256; cv=none; b=ZyqsHVNTexJVJyPT4xPWjgoXpryQEz4Y6Yc9vb72K46FEemuon6rhUpixYhnrZWABvLcQF jZNs5kARocJEMxbUyA/TFEgxGhPOlsgSf8TN2hoUnaI1gNVZBgUeoyniyYmrRloqhTvvJP jZQq3X9COwy1orz8nj67IRYG5+D4RLbV1WIwAT+CmNyC3sqGhpta+V4LZaMJnDjVC/9BQp 2O7Cna9eh98e/x0JMxcZbJ2FhJ7JbEO/NAMNrWd2pg07d7dqfQ4cvC68pFbh29u+IiefyB H+H0HbqFzZcaVYtWN2qE6teOq3te0igdmreNckORpR0Q1RDIWNvnk+q68K4yYg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=6xq.net header.s=MBO0001 header.b=SNNVntWI; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -1.29 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=6xq.net header.s=MBO0001 header.b=SNNVntWI; dmarc=fail reason="SPF not aligned (relaxed)" header.from=6xq.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 6587E12450 X-Spam-Score: -1.29 X-Migadu-Scanner: scn0.migadu.com X-TUID: p+Rlcfd7m+u/ Hi, > Sure, but I think its easier for you to just apply the attached patch. > > > applied as 9c5e5ca1c0de56a0d5b2b924de10548172095b58. Thank you very much! Lars