From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id GIGAIkAHl2TqygAASxT56A (envelope-from ) for ; Sat, 24 Jun 2023 17:09:52 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id YB1rIUAHl2TcAwAAG6o9tA (envelope-from ) for ; Sat, 24 Jun 2023 17:09:52 +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 55F5F2EFE0 for ; Sat, 24 Jun 2023 17:09:52 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=AKNgaqIc; 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1687619392; a=rsa-sha256; cv=none; b=pdE3uXbiE0QAtkcdFptGRoQhXUTtVJnxA4nV6hi/oEdgVpWFSg0EgBq+tablWzyXtYdYB1 WSj8daXNhFHjMk4MMjzJsNAxQTQSI28dVDReDlSigqF4ERPr9muZ+KFouhtCKenaupRs7f ODOuCffetvldyBqkNIYE1kiKAWyhEBumv8WIUwjxYH1/eHQWZs00na6ZfTmAA524kOg0zo WwRgZgUvHz/dwq9gIrkkxhJb1WwYdlFx/YFyfMH4aYbcqF4C9ovWhASN42o1Mj5HW8JBBE YopYc2NQjxmHmOgoceZXWS+fnoCM/He12gX8skJPCGaX3R/kd9OuQTljBtl45A== 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=AKNgaqIc; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1687619392; 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=SYUmW3YVMkHfWJyCR/apsCqB4qDKyOZ2glG+DUMEnBg=; b=iW2CnVamhjlh7ldXMAJLsx5vL70TEwVclvh7/QQUePhti24iOkFDOzQ/LtDGIEgRct8ami g1uBrBwKrAnJr1j1yWaM0xABeErDPLrKLbtvuVLNj0iVd/IkJkzAPKioV6hnCmHYdNFu45 QRiT9qLXgS+35H72EfX70F6lhrksLWdMMT37hCn1IFLq5YKpng7Ta26KWtoid7DgmG2e2T xQWQ7queyogzjeP87jgxWfPzTQZba7D02icmvE9Swv0+ht3QkoViT/qQM7XjrS+zbxUNv3 zeK5V/uhqKe8UZ9rnN4RxuYwHxhNdN5HSK7gdiftgZs2aDLaK+0XzATTi7TbjA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qD4sr-0008BA-7R; Sat, 24 Jun 2023 11:09:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qD4so-00087x-La for guix-patches@gnu.org; Sat, 24 Jun 2023 11:09:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qD4so-0007Sh-C3 for guix-patches@gnu.org; Sat, 24 Jun 2023 11:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qD4so-0007t7-77 for guix-patches@gnu.org; Sat, 24 Jun 2023 11:09:02 -0400 Subject: bug#63795: [PATCH] gnu: blesh: Update to 0.4.0-devel3. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 24 Jun 2023 15:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 63795 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: kiasoc5 Cc: 63795-done@debbugs.gnu.org Mail-Followup-To: 63795@debbugs.gnu.org, ludo@gnu.org, kiasoc5@disroot.org Received: via spool by 63795-done@debbugs.gnu.org id=D63795.168761930030239 (code D ref 63795); Sat, 24 Jun 2023 15:09:01 +0000 Received: (at 63795-done) by debbugs.gnu.org; 24 Jun 2023 15:08:20 +0000 Received: from localhost ([127.0.0.1]:41292 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qD4s8-0007re-Ds for submit@debbugs.gnu.org; Sat, 24 Jun 2023 11:08:20 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40812) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qD4s7-0007rS-3S for 63795-done@debbugs.gnu.org; Sat, 24 Jun 2023 11:08:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qD4s1-0007BT-T8; Sat, 24 Jun 2023 11:08:13 -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=SYUmW3YVMkHfWJyCR/apsCqB4qDKyOZ2glG+DUMEnBg=; b=AKNgaqIcnYlm5aTXEZlJ ztgBU2UPCsuQ+gxt1cbQXeFYOD6kRhRhEw82waS3ekQaqOjycvg2kY7XHM3qqqpjiTTMbfjA2Bc9Q 7Ol7Dx1P7XU6NU3M9K0YsGQIf+zgtT9hR6gRravR1bUBoRaZL1/MZ9oCzPqMbSuFRzzzRjWX5HUkh ONimQLIi9HH2CVpJxgiTV3QkqhwGa2NI3hPTABUlXgsJjajFfATLQlf8phNa/eplpTx7A2SKx4ORi kkM8x459XTBSuCAzKvfzoh/wIceqZqeOTY1P8+AJA0p4lCopGoBK4fZEhuRGAI7AqFcSIoQnDVBGC SbQZouMtV22MHQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qD4s1-0003IX-Jp; Sat, 24 Jun 2023 11:08:13 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Sat, 24 Jun 2023 17:08:08 +0200 In-Reply-To: (kiasoc5@disroot.org's message of "Mon, 29 May 2023 19:46:53 -0400") Message-ID: <87r0q0zynb.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -2.65 X-Migadu-Queue-Id: 55F5F2EFE0 X-Spam-Score: -2.65 X-TUID: NgwDQO+b9wDS Hi, kiasoc5 skribis: > I couldn't figure out how to get the commit hash of the git repo, as git-= fetch doesn't make .git available in the build directory. For now I use #$v= ersion instead. Good idea. > * gnu/packages/bash.scm (blesh): Update to 0.4.0-devel3. > [source]: Use recursive checkout. > [phases]: Remove 'make-readlink-work. Rename 'pretend-contrib-.git-exists > to 'pretend-.git-exists. Substitute commit_hash for package version. > [native-inputs]: Add git. Applied, thanks! Ludo=E2=80=99.