From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 06 15:37:29 2021 Received: (at 42180) by debbugs.gnu.org; 6 Oct 2021 19:37:29 +0000 Received: from localhost ([127.0.0.1]:45520 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYCjC-0003Qi-5w for submit@debbugs.gnu.org; Wed, 06 Oct 2021 15:37:29 -0400 Received: from michel.telenet-ops.be ([195.130.137.88]:50282) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYCj7-0003QU-PY for 42180@debbugs.gnu.org; Wed, 06 Oct 2021 15:37:21 -0400 Received: from ptr-bvsjgyjmffd7q9timvx.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:aaf1:9810:a0b8:a55d]) by michel.telenet-ops.be with bizsmtp id 2jdF2600W0mfAB406jdGSw; Wed, 06 Oct 2021 21:37:16 +0200 Message-ID: <5fb6bbfa0acc2a1206425f6d516ccdf5f9536c05.camel@telenet.be> Subject: Re: [bug#42180] [PATCH v2 02/23] guix: Add importer for hex.pm. From: Maxime Devos To: Hartmut Goebel , 42180@debbugs.gnu.org Date: Wed, 06 Oct 2021 21:37:05 +0200 In-Reply-To: <38e8edec6dab357b89821822d646708b802a665b.1633533541.git.h.goebel@crazy-compilers.com> References: <626e4718c45c95a7278460f132bd38e08835e9f4.1633533541.git.h.goebel@crazy-compilers.com> <38e8edec6dab357b89821822d646708b802a665b.1633533541.git.h.goebel@crazy-compilers.com> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-N5pjbEn3uX8xBQgBMySm" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r21; t=1633549036; bh=L3BsyCp43cMhZtiz7B/LgVUnxHWCYAYfAxJbQdkQKRU=; h=Subject:From:To:Date:In-Reply-To:References; b=AN3wR3OhvAXvtD9i8oZvCPeuKH+PoS3s4Q9En9WAIHMQl6DwfS5e4zcriEkC9iKv5 5MhzJoaOcLoTb6JuWsifenxhp80ijAbi8Wh+IYnjT5D81aE776DtNjP9QzrQhnPTtg 3FO7irBDgc0pFo2W5yKINhb6jJaSrxqUOyVs4/RRp7RutOK+x/ungLlQedd4nF8AGk 1Zt7rs5evmyHgOyqKBgPRpt4FmUCKAfwsiDIy7ISgTqWapYNty3H7OkqV1lSYv9G3x xqg3gWc54HMFmVra7cqZdep8iA8ByTRZDR+WJkUw8RWXG84qwNuKBComlS9EZMnmPI J1jvfrE7p8qIg== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42180 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-N5pjbEn3uX8xBQgBMySm Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hartmut Goebel schreef op wo 06-10-2021 om 17:20 [+0200]: > [...] > +;;; > +;;; An method that fetches a package from the hex.pm repository= , > +;;; unwrapping the actual content from the download tarball. > +;;; > + > +(define %hexpm-repo-url > + (make-parameter "https://repo.hex.pm")) > +(define hexpm-url > + (string-append (%hexpm-repo-url) "/tarballs/")) Where did you find this URL? I took a look at https://hex.pm to download the source code of an Erlang package, but I'm not finding any download link= s for source code, for, say, . Only diffs and =E2=80=98previews=E2=80=99. Greetings, Maxime. --=-N5pjbEn3uX8xBQgBMySm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYV364RccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7tcSAP0Y+WE2e1qlq8mPprjcYrEYOA1r N3Q8TPHOgRZDq5KBKAD8D0UAIJmy0nKHuITdSJSp6AlayueCbpxSuebCTa3i1ww= =/XmN -----END PGP SIGNATURE----- --=-N5pjbEn3uX8xBQgBMySm--