From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id uDm8EE20QmOYDgEAbAwnHQ (envelope-from ) for ; Sun, 09 Oct 2022 13:45:17 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id yOHlEE20QmN2YQEA9RJhRA (envelope-from ) for ; Sun, 09 Oct 2022 13:45:17 +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 EC9A625381 for ; Sun, 9 Oct 2022 13:45:16 +0200 (CEST) Received: from localhost ([::1]:38734 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ohUk8-0004hS-2g for larch@yhetil.org; Sun, 09 Oct 2022 07:45:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53660) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohUju-0004hB-SN for guix-patches@gnu.org; Sun, 09 Oct 2022 07:45:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43178) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ohUju-0004An-9b for guix-patches@gnu.org; Sun, 09 Oct 2022 07:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ohUju-0001zB-5I for guix-patches@gnu.org; Sun, 09 Oct 2022 07:45:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#58387] [PATCH v5 2/2] gnu: Add cobib. * gnu/packages/python-xyz.scm (python-cobib): New variable. Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 09 Oct 2022 11:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58387 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "M" , <58387@debbugs.gnu.org> Received: via spool by 58387-submit@debbugs.gnu.org id=B58387.16653158707576 (code B ref 58387); Sun, 09 Oct 2022 11:45:02 +0000 Received: (at 58387) by debbugs.gnu.org; 9 Oct 2022 11:44:30 +0000 Received: from localhost ([127.0.0.1]:42256 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohUjO-0001y7-Cq for submit@debbugs.gnu.org; Sun, 09 Oct 2022 07:44:30 -0400 Received: from knopi.disroot.org ([178.21.23.139]:43620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ohUjM-0001xy-Ei for 58387@debbugs.gnu.org; Sun, 09 Oct 2022 07:44:29 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2B3B04C63F; Sun, 9 Oct 2022 13:44:19 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hhzTc-DEqFnJ; Sun, 9 Oct 2022 13:44:18 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1665315858; bh=0GV/PbZ1GDU+RG3yZ5l4yfP9HmEm7LQyshZGGtFtBc8=; h=Date:Subject:From:To:References:In-Reply-To; b=khGWxdCOBNbJId+p14IrwYG92yDnX3qj5BByjnnfIXpNiPj+y5ZVQzq8RC4Bo8daa OyVoaQ+bCAn25J0Lnum9ttSWeN6j8k5usX9/M5hTuYO9THOFZVi0zYLpM/38o8h68U JmWqr9dZVVnfJnmE7IDgxNlSKnNJEiOv6MozdA5lG007EnF3G27o3TUTPIKsB+DA5e kSeM6LTlMTWevFQv2AVzJoRQ8HPYFQFyQpi+TNhDE+6jH6RaArACRyFDa9XZucUcDW wU6sbL39xVp1qH/Le2F5y71jzD5ViAypuGDAs2NoT0NMWunZBoBDmX/xUdqyZLaB8N PNZt8BsepSNEA== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sun, 09 Oct 2022 12:44:17 +0100 Message-Id: References: <20221009112055.4796-1-matf@disr.it> <20221009112055.4796-2-matf@disr.it> In-Reply-To: <20221009112055.4796-2-matf@disr.it> 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" Reply-to: "\(" X-ACL-Warn: , "\( via Guix-patches" From: "\( via Guix-patches" via X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1665315917; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: 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=wkYv8UGBtJjUQafaxJwNNLnNSleyNFIzGvkQY96MMw4=; b=eJwsvph3Kgii13xGdMqtXhRQahhvwzGBGZzXkIaO0ZJ4Vuc5iU6SMb1FBeph1WoTDPOogG eGi2KxyvTeP48WHkzSKGT175CtXqO8W/2kQ+Ow2GBp0XAJZRoLOY1AVgKSI8rgPuMgTK0I ZaCzlSMmVzmEAmAHJ9MbUxAhGMGnZRU96EU25gE4ObSZXDkjPF1raOo0jWZZXUICSPCNat Zg2Lq1BgK7dp7P9EcDXkiIV1rhLjVJ+3MUKl1yJO1kSXyYQiB0sEi5nRR5uoZhVhopf6bi VNg+nDY/TpnILSpGMT7a7IWDyy0N0Wh5WMukBql4lEjmaMj+Gbh4KQzY6xGJRg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665315917; a=rsa-sha256; cv=none; b=QMULcClwNWxR8LpXfGAwtJfcl/ZRemttF9B/KMg6nz5gf5zmGZUI1pKSwbFLXt+GoygWej E0ZD9TrriyxmYX1npvoNMix3RzkteZaBxyPs9NE69w4wLAQbKu+vKrRsgfDbUc7LK6hE8V BKM1SAjrzk6wifi86vbDKkds7ACNRWarCvuLdhqlqVa+H/6BUMDQPTdA05GD66G6SNSeyV VBbqOZn1kMvNgNN68XnkAaKWNpmBhLncAYEnN3Ue7DAYIV+WIfFMDmKGknro34TNAx0KvG P5Z65tpQ4tS7ekhkEM+7V3WlRGIQbauSLhfcDwTm++bm1nMelEG5w1pN3WuNLA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=khGWxdCO; 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: -0.88 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=khGWxdCO; 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: EC9A625381 X-Spam-Score: -0.88 X-Migadu-Scanner: scn1.migadu.com X-TUID: NHaBnNtfFD7k v5 all LGTM :) -- (