bug#67594: Cannot reproduce hash calculation of erlang package

2023-12-08 Thread Simon Tournier
Hi, On Sat, 02 Dec 2023 at 20:55, Leo Famulari wrote: > (source (origin > (method git-fetch) > ;; The tarball from http://erlang.org/download contains many > ;; pre-compiled files, so we use this snapshot of the source > ;; repository.

bug#67594: Cannot reproduce hash calculation of erlang package

2023-12-02 Thread Leo Famulari
As reported on #guix by jeremyc [0], the standard method for calculating the hash of a Git checkout is not working as expected for the Erlang package [1]. Currently, our Erlang package has this source block: -- (version "25.3.2") (source (origin (method git-fetch)