From mboxrd@z Thu Jan 1 00:00:00 1970 From: HiPhish Subject: sha256: base32 VS nix-base32 Date: Wed, 05 Sep 2018 17:35:30 +0200 Message-ID: <4537179.Lupmsyrybr@aleksandar-ixtreme-m5740> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxZqG-00021z-Lm for help-guix@gnu.org; Wed, 05 Sep 2018 11:35:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fxZqB-0006Uv-OK for help-guix@gnu.org; Wed, 05 Sep 2018 11:35:40 -0400 Received: from mout02.posteo.de ([185.67.36.66]:38253) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fxZqB-0006SH-CK for help-guix@gnu.org; Wed, 05 Sep 2018 11:35:35 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 42C5420E0D for ; Wed, 5 Sep 2018 17:35:32 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 42577l22X0z9rxL for ; Wed, 5 Sep 2018 17:35:31 +0200 (CEST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org When using `guix download` and `guix hash` there are (among other) the formats `nix-base32` and `base32`. It appears that when writing a package definition I have to use the former with the `(base32 "...")` expression. This really confused be because I thought that "base32" means "base32" on both sides. What is the deal with this?