From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33021) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXiXL-0002lc-So for guix-patches@gnu.org; Thu, 21 Nov 2019 04:14:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iXiXK-0001Gl-Lo for guix-patches@gnu.org; Thu, 21 Nov 2019 04:14:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42416) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iXiXK-0001Gd-GO for guix-patches@gnu.org; Thu, 21 Nov 2019 04:14:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iXiXK-00071R-Aa for guix-patches@gnu.org; Thu, 21 Nov 2019 04:14:02 -0500 Subject: [bug#38290] [PATCH] gnu: nmoldyn: New source code location. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <877e3tk2zz.fsf@gnu.org> Date: Thu, 21 Nov 2019 10:13:34 +0100 In-Reply-To: <877e3tk2zz.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 21 Nov 2019 10:11:44 +0100") Message-ID: <87y2w9ioch.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Konrad Hinsen Cc: 38290@debbugs.gnu.org Ludovic Court=C3=A8s skribis: >> - (method url-fetch) >> - (uri (string-append "https://bitbucket.org/khinsen/" >> - "nmoldyn3/downloads/nMOLDYN-" >> - version ".tar.gz")) >> + (method git-fetch) >> + (uri (git-reference >> + (url "https://github.com/khinsen/nMOLDYN3") >> + (commit (string-append "v" version)))) >> + (file-name (git-file-name name version)) >> (sha256 >> (base32 >> - "1mvmz3lkr217kdrd8cvdr1d82y58wp1403c9rnd943mijgq8xb5a")))) >> + "016h4bqg419p6s7bcx55q5iik91gqmk26hbnfgj2j6zl0j36w51r")))) > > It=E2=80=99s weird that the content hash differs. Did you try to diff th= e hg > checkout and the Git checkout? Oh forget it, I see we=E2=80=99re going from a tarball to a checkout, hence= the difference. LGTM! :-)