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 cPYTCGRO1WHQhwAAgWs5BA (envelope-from ) for ; Wed, 05 Jan 2022 08:53:08 +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 GKTeAGRO1WGpGQEAG6o9tA (envelope-from ) for ; Wed, 05 Jan 2022 08:53:08 +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 AA5E0CE04 for ; Wed, 5 Jan 2022 08:53:07 +0100 (CET) Received: from localhost ([::1]:38836 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n516Y-0000zF-Hc for larch@yhetil.org; Wed, 05 Jan 2022 02:53:06 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46552) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n50zK-0005cP-Ga for help-guix@gnu.org; Wed, 05 Jan 2022 02:45:42 -0500 Received: from [2a00:1450:4864:20::42e] (port=46731 helo=mail-wr1-x42e.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n50zF-00040X-G1 for help-guix@gnu.org; Wed, 05 Jan 2022 02:45:38 -0500 Received: by mail-wr1-x42e.google.com with SMTP id i22so81106184wrb.13 for ; Tue, 04 Jan 2022 23:45:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version; bh=eilSJuaeuBLDxurmQ3pf/8hLe3pzsZIwAXYqqYj+HQQ=; b=UVU6p9q71Tp1L1Nc22ZOIRjNsYIdp9gFryNX+S8jS/Kvd1mlU6Z7sb0Haazy8RPb1v JOdG61pWRplqNpVU08E3ME7EThYFDMOs2/HQkLwCsOzGssOwCfmiFYbrWqC9zJMoT9iT z0B6ZDvUnSVoggVH96cQN5kZDKHIKeI/ZzZbZ+5690UQb7dUlrmz3bk7nVDADkZR7LjC peJ5CNUY1qSzitfTHQhRqxXfjbnszk5yrrvjoi4npW59ZjhXajiOMTjnrGEhMMNquw01 L46ETmzO42N2Yy7RhfgpJ5uJ4rOEoasHqaVu++zGXBGjemBfBz2MiZB9wCE+Hw784Mds SWTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=eilSJuaeuBLDxurmQ3pf/8hLe3pzsZIwAXYqqYj+HQQ=; b=WMOByvWKY9psoLXY0p9nYQW2wdOIComHciyuRE86CgfC5knVtMS7jBfVEzxf41MzKR Ao/SJ2BqU1jkBEiSZ7dXRPe+k9bKxOgGTlvv2HlAU//aGefePy9BXPw71dwRRVB2YeqZ QVjdneVqaOAqiC4sRcqwsF3FkhC9fcLOoMLo1Vx+rqvtYvM9tUhq7gihTHL9ujhypAJC qlr2RZqTSeoU8mBt85fZ1QU3JVS3jjteZXlam6dW1oI6JMmu9FVWU59fkwni2b8H7rzu upCdw8RrErSjsLd7iMqmpUK/mvSNbnKGwH6rkNIgHq7B6oyhS8fW60YBnTXZK7INao62 D9Dw== X-Gm-Message-State: AOAM533p0jfps55qTduMaWWik1MBVM0KJqLUNGmLtpA/jkAR2PhMtx9e WuTlIG0ZOlwVnuOltRUqP4JKGDt2foI= X-Google-Smtp-Source: ABdhPJwhMAfkrEpw85ydliQDSHV2Hu1ul5G+Y+BIusO9WJ6Z29/ziwxpFcno4JASrfGW+bAF0nAqxg== X-Received: by 2002:a5d:64cc:: with SMTP id f12mr44492268wri.679.1641368731940; Tue, 04 Jan 2022 23:45:31 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id c7sm45206636wri.21.2022.01.04.23.45.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 04 Jan 2022 23:45:31 -0800 (PST) From: zimoun To: Timothy Sample Subject: Re: How to use guix hash --serializer? In-Reply-To: <87bl0r0xdx.fsf@ngyro.com> References: <87k0ff1foz.fsf@ngyro.com> <86h7ajcjcc.fsf@gmail.com> <87bl0r0xdx.fsf@ngyro.com> Date: Wed, 05 Jan 2022 08:43:00 +0100 Message-ID: <861r1maarf.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a00:1450:4864:20::42e (failed) Received-SPF: pass client-ip=2a00:1450:4864:20::42e; envelope-from=zimon.toutoune@gmail.com; helo=mail-wr1-x42e.google.com X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mortimer Cladwell , help-guix Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" 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=1641369187; 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:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=eilSJuaeuBLDxurmQ3pf/8hLe3pzsZIwAXYqqYj+HQQ=; b=U8h9UYQD0uKsYzwUG+n4swB90KydSB8bLRi9h7qvky6gX0/gSH6qn7UD1zQdUNFWxBhiKd JQRe41QHqRx9erKua5/UeCIEA0s70i7KFKRO/u+lbZraRYfY+fjOMDQOVbwPr1VazQG3+O 0TN+z0XC4iMvdKl2tWdFZTj7/9BTZH9l1a0nNBwcX+u88wy/5awV8uU6AY+8sQMV/JPHeY IzDp68qIvPHTaIGPAfSbZoO/s7KOxjoFNnPQ+bATLmOcfs7ngQt2gv38hl130WkXKbFebz j9+edr6NDdWEVKoqWr9SvQFwILsKmFJacw2/dxsi5kADpQtO6hFzGEGRf4Sq7Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1641369187; a=rsa-sha256; cv=none; b=OQKyP9bc0xXt/XCnpHLJjofFTEZWUypn8GL3SByqqxKwlxgPUCmSuBLcpxyAGWU9ty9OVr 7wHmlUDF0/B7VdG2mKYdpY2m/WI0liJHDu9Kuns7bMk2rKrHRlWMgWO/J7wXNwhZLeeBp7 l5LYxjZuR9qiMupxE17BETIxyvhPSrrjuLE53gkCVeaE6SWdgGAqXuTFKgRaXgPwPUIhjb pbCMM+sDXYdSYyLrR4Lm+thdhTa6fcRy3TzmkVkkAKNpCJ6dc8UFmUuzLq2tDxgZgYaIyX bxB4j1GZqgRfHFuFGtEacm/h2flbtUJhYMPsu45fg9rcK+vVL87ihWc6hq8V2A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=UVU6p9q7; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -9.10 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=UVU6p9q7; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: AA5E0CE04 X-Spam-Score: -9.10 X-Migadu-Scanner: scn0.migadu.com X-TUID: BFLqcbhlK9+n Hi Timothy, On Tue, 04 Jan 2022 at 20:44, Timothy Sample wrote: > Done! The commit is 8646f1f7a53d28f305f30420ad23b670159c53a9. Cool, thanks! Cheers, simon