Move `sha256' to (guix hash).
authorLudovic Courtès <ludo@gnu.org>
Mon, 1 Jul 2013 21:28:21 +0000 (23:28 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 1 Jul 2013 21:28:21 +0000 (23:28 +0200)
commit72626a71a96b02fccb2281713c1fdcd09aa194c4
treef24a4f73ee47d6478b5ef3a48ddb16e6403b7275
parent82323a80850a205866c83a9399cc76336e30847d
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).
Makefile.am
guix/derivations.scm
guix/hash.scm [new file with mode: 0644]
guix/scripts/download.scm
guix/scripts/hash.scm
guix/scripts/refresh.scm
guix/utils.scm
tests/base32.scm
tests/derivations.scm
tests/store.scm