From 8a74bb8030f2433155f00332475fc21191ef2952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 1 Apr 2024 17:33:32 +0200 Subject: Autoload (gcrypt hash). * guix/derivations.scm: Autoload (guix utils) and (gcrypt hash). * guix/git.scm, guix/store.scm: Autoload (gcrypt hash). Change-Id: I6145231d41c61f2d8c36e28f29e91074910bdd15 --- guix/git.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix/git.scm') diff --git a/guix/git.scm b/guix/git.scm index b22c8ac02a..d75a301f98 100644 --- a/guix/git.scm +++ b/guix/git.scm @@ -27,7 +27,7 @@ #:use-module (guix i18n) #:use-module (guix base32) #:use-module (guix cache) - #:use-module (gcrypt hash) + #:autoload (gcrypt hash) (sha256) #:use-module ((guix build utils) #:select (mkdir-p delete-file-recursively invoke/quiet)) #:use-module (guix store) -- cgit v1.2.3