From 72626a71a96b02fccb2281713c1fdcd09aa194c4 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 1 Jul 2013 23:28:21 +0200 Subject: Move `sha256' to (guix hash). * guix/utils.scm (sha256): Move to... * guix/hash.scm: ... here. New file. * Makefile.am (MODULES): Add it. * guix/derivations.scm, guix/scripts/download.scm, guix/scripts/hash.scm, guix/scripts/refresh.scm, tests/base32.scm, tests/derivations.scm, tests/store.scm: Use (guix hash). --- tests/base32.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/base32.scm') diff --git a/tests/base32.scm b/tests/base32.scm index d674547557..81d242355a 100644 --- a/tests/base32.scm +++ b/tests/base32.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2012 Ludovic Courtès +;;; Copyright © 2012, 2013 Ludovic Courtès ;;; ;;; This file is part of GNU Guix. ;;; @@ -17,6 +17,7 @@ ;;; along with GNU Guix. If not, see . (define-module (test-base32) + #:use-module (guix hash) #:use-module (guix base32) #:use-module (guix utils) #:use-module (srfi srfi-1) -- cgit v1.2.3