From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id ODllAcMlKWJYagAAgWs5BA (envelope-from ) for ; Wed, 09 Mar 2022 23:10:11 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id MFVoNcIlKWL8RgEAG6o9tA (envelope-from ) for ; Wed, 09 Mar 2022 23:10:10 +0100 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 908CB10A48 for ; Wed, 9 Mar 2022 23:10:10 +0100 (CET) Received: from localhost ([::1]:39548 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nS4VV-0003If-OI for larch@yhetil.org; Wed, 09 Mar 2022 17:10:09 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54490) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nS4VO-0003I9-GF for guix-patches@gnu.org; Wed, 09 Mar 2022 17:10:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38873) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nS4VO-0006wZ-7a for guix-patches@gnu.org; Wed, 09 Mar 2022 17:10:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nS4VO-0004nF-1l for guix-patches@gnu.org; Wed, 09 Mar 2022 17:10:02 -0500 Subject: bug#52548: [PATCH] gnu: Add osmium-tool. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 09 Mar 2022 22:10:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 52548 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Nikolay Korotkiy Cc: 52548-done@debbugs.gnu.org, Nikolay Korotkiy Mail-Followup-To: 52548@debbugs.gnu.org, ludo@gnu.org, sikmir@gmail.com Received: via spool by 52548-done@debbugs.gnu.org id=D52548.164686377118352 (code D ref 52548); Wed, 09 Mar 2022 22:10:01 +0000 Received: (at 52548-done) by debbugs.gnu.org; 9 Mar 2022 22:09:31 +0000 Received: from localhost ([127.0.0.1]:60996 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nS4Ut-0004lw-Fn for submit@debbugs.gnu.org; Wed, 09 Mar 2022 17:09:31 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48538) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nS4Us-0004lj-3K for 52548-done@debbugs.gnu.org; Wed, 09 Mar 2022 17:09:30 -0500 Received: from [2001:470:142:3::e] (port=44840 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nS4Ul-0006s1-Sf; Wed, 09 Mar 2022 17:09:24 -0500 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=xh/a1Ucyj2SLM+849zkowUlG1vvZFFNNUOIZzMvysjQ=; b=Na3kYz0mmmo/k9/qz5Mf KdSZ3eIJfBD0zu67yiLj4zu4wnEoHEl40wJr0l/rI/ZhPGTKwUt4mCP0wzfHqDk1EM80OPhSw2V7x NbX75+n4MeKhA3UiFaSAsSFdfuUNVr6psvKfBbqyyfZdgRZ5O6wh3ggNkkBRqVziNUGgDaC3gM6wE uhPDSB41QYpby7gGQsX6Ul8uO93Dnj6woQxy4XkZMcC1COHRatnSX2rTkip41OyQ70Y2a7+TXiXq+ 75RmJhKhOXBxP49GHtqsnBE73svOfE+SA/Y13rA9IKnNLbMKfAwj+MT+v+vW60HI8qPajPxubKT5+ sSu3HUf76tfU0g==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:61607 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nS4Ul-0006Hn-Ct; Wed, 09 Mar 2022 17:09:23 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Wed, 09 Mar 2022 23:09:22 +0100 In-Reply-To: (Nikolay Korotkiy's message of "Tue, 8 Feb 2022 12:00:48 +0300") Message-ID: <875yom3hil.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1646863810; 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: content-transfer-encoding:content-transfer-encoding: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=xh/a1Ucyj2SLM+849zkowUlG1vvZFFNNUOIZzMvysjQ=; b=CQlVhwrLe9cWq3rP/u/NOpnTJMMOEL/92QL4xJhMeJoD7FgT8h/h+63PW6Ujf++P7NLlFC zvFubJ0eFCNtHXQ2zt7BvNG+vSPsO4xsFs/vb+/iKX7jrYcPVE5dxz0NUKOg5CtP+/mYt0 wRyr0rw+jTQCH3iXMgylkTWjgg+vNcZggh9Ad2mM7lIRof81vEDhWqMFQP+n9du8EeFMvn FrWAbl4uSUGzgx8DpX7VgGVX2pxIfe97hECA/U1kALcds6p7oABL7kM86ZYPv6uBE/rCRd Q84N7pia51JB2HkloVa948fp+0kVovgEr5/4YcObR+fJIPoXzkO8EhKihC4gng== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1646863810; a=rsa-sha256; cv=none; b=qDp7E/npASZd9nSgMVG0zBaPGVhA9cC+deiRN01/MCM8GKWEL/bZJUzUBut3L17+7kpOAv Kz0iyynXL/joSkgQ5sxojyQLFjYpNyku+f8gU8H1OyjhucRlDg3kSFvLxdW3qhkT1W58kL x7BkfSkAz8C8QwTuJeyRujD/bemvAHqyG1NsSf8NsZFsPvajMN/B1IdPDwlnB4xkHtX3j5 04xNARrB3HdsjhaSmIfIsMR0OwZzc7trYbe/nWoH6eAHmuz/C6jlAyujcMuWSSlK5XUmlC aAHcQFbg2MDFeTvvNra/KFfnmT3K2ZgOJdxqy9gCtEfHgjIFd2Ab2ERlRaJWvQ== 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=Na3kYz0m; 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: -4.51 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Na3kYz0m; 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: 908CB10A48 X-Spam-Score: -4.51 X-Migadu-Scanner: scn0.migadu.com X-TUID: osAL8xzGn9QF Hi Nikolay, Nikolay Korotkiy skribis: > From: Nikolay Korotkiy > > * gnu/packages/geo.scm (osmium-tool): New variable. [...] > * gnu/packages/geo.scm (libosmium): Update to 2.18.0. Finally applied both, thanks! Ludo=E2=80=99.