From deae49baaf12e73243ec860c7e3339bf6a947b28 Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Sat, 13 Aug 2011 18:10:41 -0700 Subject: [PATCH] fixed install dependency bug --- hmac.meta | 2 +- hmac.release-info | 4 +++- tests/run.scm | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/hmac.meta b/hmac.meta index f7bd246..e8cf75a 100644 --- a/hmac.meta +++ b/hmac.meta @@ -7,7 +7,7 @@ (category cryptography) -(needs message-digest-port srfi-4-utils) +(needs message-digest srfi-4-utils) (test-depends test sha1 string-utils) diff --git a/hmac.release-info b/hmac.release-info index 0f3830e..ca96f08 100644 --- a/hmac.release-info +++ b/hmac.release-info @@ -1,4 +1,6 @@ (repo git "git://github.com/ThomasHintz/chicken-scheme-{egg-name}.git") ; optional (uri targz "https://github.com/ThomasHintz/chicken-scheme-{egg-name}/tarball/{egg-release}") -(release "1") \ No newline at end of file +(release "1") +(release "2") +(release "3") \ No newline at end of file diff --git a/tests/run.scm b/tests/run.scm index fed961c..a4d182c 100644 --- a/tests/run.scm +++ b/tests/run.scm @@ -3,7 +3,7 @@ ; license: bsd (use test) -(use sha1 string-utils) +(use sha1 string-utils hmac) (test-group "HMAC" (test "Short Key and Message"