From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id oNJYIKJ2fmJ0AwEAbAwnHQ (envelope-from ) for ; Fri, 13 May 2022 17:17:54 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id WIY9IKJ2fmIhkgAAauVa8A (envelope-from ) for ; Fri, 13 May 2022 17:17:54 +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 3DD6837FFB for ; Fri, 13 May 2022 17:17:54 +0200 (CEST) Received: from localhost ([::1]:43038 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1npX3B-0007qA-Fa for larch@yhetil.org; Fri, 13 May 2022 11:17:53 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39498) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npX1P-0005WH-Ij for guix-patches@gnu.org; Fri, 13 May 2022 11:16:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50689) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1npX1P-0003l2-6L for guix-patches@gnu.org; Fri, 13 May 2022 11:16:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1npX1P-0001EA-0E for guix-patches@gnu.org; Fri, 13 May 2022 11:16:03 -0400 Subject: bug#55320: [PATCH] gnu: pipe-viewer: Update to 0.2.0 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 13 May 2022 15:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55320 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: ykonai Cc: 55320-done@debbugs.gnu.org Mail-Followup-To: 55320@debbugs.gnu.org, ludo@gnu.org, mail@ykonai.net Received: via spool by 55320-done@debbugs.gnu.org id=D55320.16524549363042 (code D ref 55320); Fri, 13 May 2022 15:16:02 +0000 Received: (at 55320-done) by debbugs.gnu.org; 13 May 2022 15:15:36 +0000 Received: from localhost ([127.0.0.1]:44585 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1npX0u-0000j3-BM for submit@debbugs.gnu.org; Fri, 13 May 2022 11:15:36 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46078) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1npX0s-0000c0-Er for 55320-done@debbugs.gnu.org; Fri, 13 May 2022 11:15:30 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34890) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npX0m-0003dO-Sh; Fri, 13 May 2022 11:15:24 -0400 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=jmHXTjZGWq/HcxGYK/snlJgrjCebCmz3XQr5Yd5U9n8=; b=cEqhbjxO+vdmOHb2enZK fT4qnxZAS01LqkomioVdcv/vY92UEYI9YLufh9imGbOXPpI7+kYn1K5wB/tG7mNlqwRLbo0In/0xh 4kSUvEaxr8h9w7dVLvo+9wAe7McQYTgIz8zRTDylf5FJnF5bRJayBLNpj6Q7+bd69C+OFqO8aDFgO qquDpGhpDQjJ8DL5+XwvibktNAWcagCtZzxnJjwjbe/ICVIHP1Z9zaUn7QPsIDBASom9xHyJFSvpJ inb3cpJl0dKvqxBvvhrJ1++8u4EEzz/nf01peS7cHcDVBX35sy+vrkwv8M2EX0WVZJUJ+BV56c8yG zMZoHnWG7OrJaQ==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=44962 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npX0l-0005Cx-J0; Fri, 13 May 2022 11:15:24 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220508104040.14480-1-mail@ykonai.net> Date: Fri, 13 May 2022 17:15:21 +0200 In-Reply-To: <20220508104040.14480-1-mail@ykonai.net> (ykonai's message of "Sun, 8 May 2022 12:40:40 +0200") Message-ID: <878rr5h3au.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-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1652455074; 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=jmHXTjZGWq/HcxGYK/snlJgrjCebCmz3XQr5Yd5U9n8=; b=NhlcrWOlVw/Rx79ejF8layHb6IM/T7zHf2afCV2tvJoCFRspz9dO9IlcomAMQZbHW6TbrT xepLRT2tKx6WmYC15RdUlgzLwD2K//ODQujhTIF/bmpsgBZ9zxA/SPTBOct9aNnnZdB3VF tROAEUsRIrHfhCVKYvkqXyIaGLMY4c3WCDAFO16tjhFJfNEZhnMWH9i16dhvXMF+Kq98nP d28NQJnrm764DlXA/4HGlUlmAX50d3E/Rdqo2+Kzd573qERnJp/c/Hm4qSNWjaBmQSW9pR QlrkSJRUlS4zRJHFuvhwl8Cm9kylTRDSHG7LS4JJe3Wgq0RddkaZwb/0PPuOxg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1652455074; a=rsa-sha256; cv=none; b=aQHd5CXkzoVZjsBZDfBGxk5koNDhB4RSaeKam0BbpFs6qQrKCUVgLVWUG7e4vcxQKTfvDO 317pja0ExPuNE8EF0zgXDyIA914Ag0zraPGB6GBmiQOKdpa/cjA44QqEtLOc5w98vG48YD sbh3pc9tfZdoH4Bia4OjfrWkGj6HaT9dt6Fh8zaZTempjI3D8wz/P5PAhpEUtMG86dKSxb rwihfDnu2HZZHW2V48R0DfXVFH4pfg+g1ZKLLfXUI2Y10fWPtGoSNR9cB/u847YsPYi+Lk Mfb2GHTrDYXbCT9sU574Ecdo74Fe4jJ220hhH8yPEQURSLVEOgqT3J9TcyJqIw== 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=cEqhbjxO; 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: -3.93 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=cEqhbjxO; 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: 3DD6837FFB X-Spam-Score: -3.93 X-Migadu-Scanner: scn1.migadu.com X-TUID: njl35r8kLplR Hi, ykonai skribis: > * gnu/packages/video.scm (pipe-viewer): Update to 0.2.0 Applied, thanks! Ludo=E2=80=99.