From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id uPypLT9HCmK4igAAgWs5BA (envelope-from ) for ; Mon, 14 Feb 2022 13:12:47 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id CMSAJj9HCmJ8BAEAG6o9tA (envelope-from ) for ; Mon, 14 Feb 2022 13:12:47 +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 244403DD16 for ; Mon, 14 Feb 2022 13:12:47 +0100 (CET) Received: from localhost ([::1]:38654 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nJaDm-0001qM-98 for larch@yhetil.org; Mon, 14 Feb 2022 07:12:46 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41630) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJaAA-000547-57 for guix-patches@gnu.org; Mon, 14 Feb 2022 07:09:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46184) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nJaA9-0007fP-OL for guix-patches@gnu.org; Mon, 14 Feb 2022 07:09:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nJaA9-00031J-JZ for guix-patches@gnu.org; Mon, 14 Feb 2022 07:09:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53992] [PATCH 2/2] gnu: foot: Update to 1.11.0 References: <20220214120423.19497-1-balbi@kernel.org> In-Reply-To: <20220214120423.19497-1-balbi@kernel.org> Resent-From: Felipe Balbi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 14 Feb 2022 12:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53992 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53992@debbugs.gnu.org Cc: Felipe Balbi Received: via spool by 53992-submit@debbugs.gnu.org id=B53992.164484049711544 (code B ref 53992); Mon, 14 Feb 2022 12:09:01 +0000 Received: (at 53992) by debbugs.gnu.org; 14 Feb 2022 12:08:17 +0000 Received: from localhost ([127.0.0.1]:40081 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJa9N-000305-Te for submit@debbugs.gnu.org; Mon, 14 Feb 2022 07:08:17 -0500 Received: from ams.source.kernel.org ([145.40.68.75]:34050) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJa9I-0002zh-3d for 53992@debbugs.gnu.org; Mon, 14 Feb 2022 07:08:13 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 4D1ADB80E13; Mon, 14 Feb 2022 12:08:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 324D6C340E9; Mon, 14 Feb 2022 12:08:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644840481; bh=lPP+anqCUXN937vtmuppt8Pbto/WyaDItWJ0tuJcJeg=; h=From:To:Cc:Subject:Date:From; b=qKpIp0g87/aamCmO5dOsEaww/80gaD8XLGkL0mlD0gP6L4C5jgjzfVAh2J4SaqCGa 0g04pe+Mi8rCEkj2Y5eRgI3sMlH9jaknIrdqYg8l2+luHAnwllZLZ3MYSOviYSO8Re lVvA9ccnrs4xjedkCGqy4UU5omSKeHONW8XvKy1XlCLRcwHBzC9r49lBegmxWQZ+gX yGvL2ew17O9WyByL2kWFzExIuD5aBeH4cMJFkC0UheWyc4v5O77C9b2qRdKH3mGfb5 aRAeIVMSu0NJvGYiAX+r7b2YYmgTapfPETey33jai6SNUkEWsnmApglYz0JJW9wPUf DlDfbi+/J0EEA== From: Felipe Balbi Date: Mon, 14 Feb 2022 14:07:56 +0200 Message-Id: <20220214120756.19724-1-balbi@kernel.org> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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=1644840767; 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-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=VVdfXtXEvJAD2SkicRwUHcYZ4Y/IGXDex1JRNM8L4bc=; b=VEfqRaK6P728RJiBcnV9xGkZ/Yu6DOD50G9p2JHui1sTzJm3JpnuZEYFUUIf0nrX429Otw h4RZKv0fHh3LlsY8RXqRbTCKVn5V36A9RYxODZX8xNU3QMMe/4mfx11BD3HVNRHZ7v8zlh 0sdwKttk75VLEfVefv09PpeCb+zQeNb9KHE8IVbasOZ8DEktjay99JTRzea1MZ4JaPgryJ vu1+Aq6KnH4VHqoY8riMkaQ2m6rUxPtXHn6IzL3ndD0eMdg/LHOOK81LC+G0hg5kim7LU0 mNpI9s/xmQm94eKhN52DFeguozkvIg7PgEcCyRAnryAA0pUV3Iz5KDayovpxgQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1644840767; a=rsa-sha256; cv=none; b=jFxJBXtDqEm0+7lHGxSiVckkSKu370tVfrSfIRp0Yeu0ql6cIAm9RkISOU26ZB0xjTIHRr Ko06HOzDy0n+PEem3h6QTLTzQpg7ZstQHPuWOITzQtX0Et8m+T9Kq+DvSOUOomfkViH9B0 t8VgnfTuJm88/Cx30yAYYyEfD0xo1v8nPJ2l7wPOaPxDKDfp/Vl9sySU//qN0xgQSO0WOG wy/vKOqM9UUymNA/XeKk0K4c9OolL5RKCYs3ykG7DAKIR9v8ckmXemft/wcrXKmwoOhHPh mToRjXMkwv8KdC24SEKGKSZf9zkCEOkWMvNnOtm2pfzU8dorgDvxsnfAuoQ75Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=kernel.org header.s=k20201202 header.b=qKpIp0g8; dmarc=fail reason="SPF not aligned (relaxed)" header.from=kernel.org (policy=none); 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: -2.03 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=kernel.org header.s=k20201202 header.b=qKpIp0g8; dmarc=fail reason="SPF not aligned (relaxed)" header.from=kernel.org (policy=none); 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: 244403DD16 X-Spam-Score: -2.03 X-Migadu-Scanner: scn1.migadu.com X-TUID: 1FiUZXlAJYCr From: Felipe Balbi * gnu/packages/terminals.scm (foot): Update to 1.11.0. --- gnu/packages/terminals.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 88923d50583d..06fa341472b2 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -30,6 +30,7 @@ ;;; Copyright © 2021 Brice Waegeneire ;;; Copyright © 2021 Solene Rapenne ;;; Copyright © 2021 Petr Hodina +;;; Copyright © 2022 Felipe Balbi ;;; ;;; This file is part of GNU Guix. ;;; @@ -836,7 +837,7 @@ (define-public cool-retro-term (define-public foot (package (name "foot") - (version "1.10.3") + (version "1.11.0") (home-page "https://codeberg.org/dnkl/foot") (source (origin (method git-fetch) @@ -844,7 +845,7 @@ (define-public foot (file-name (git-file-name name version)) (sha256 (base32 - "13v6xqaw3xn1x84dn4gnkiimcsllb19mrbvcdj2fnm8klnrys3gs")))) + "1d9bk8lhmw5lc8k0mw80g0vbwgxyh3gw5c7ppy3sir07s9y0y0fn")))) (build-system meson-build-system) (arguments `(;; Using a "release" build is recommended both for performance, and -- 2.34.0