Alex Kost <alez...@gmail.com> writes:
> George Clemmer (2018-09-10 10:31 -0400) wrote: > >> Alex Kost <alez...@gmail.com> writes: >> >>> Ludovic Courtès (2018-09-06 11:09 +0200) wrote: >>> >>>>> ice-9/boot-9.scm:752:25: In procedure dispatch-exception: >>>>> no code for module (guix hash) >>>>> make[2]: [Makefile:556: emacs-guix/hash.go] Error 1 (ignored) >>>> >>>> I suppose Emacs-Guix might need to use (gcrypt hash) instead. >>>> Any ideas, Alex? >>> >>> Ouch, there is no (guix hash) anymore. >> >> Looking at commit '57d70dbab * master origin/master gnu: Add yad.' it >> seems that 'guix hash' is removed but still documented. Is a >> re-implementation of 'guix hash' coming? Or is it the intent to remove >> 'guix hash'. If so, ISTM this is be a meaningful loss of guix usability. > > No, no, the command "guix hash" did not go anywhere. It's just (guix > hash) module that was removed. It was replaced by (gcrypt hash) module > from "guile-gcrypt" package, which is a new dependency of Guix. Ohh! DUH! Thanks for clarifying ;-) George