branch: externals/embark
commit c76552aeae285b9656f6901ec74f5986f2f265e4
Author: Omar Antolín <omar.anto...@gmail.com>
Commit: Omar Antolín <omar.anto...@gmail.com>

    Correct sha356 to sha384
---
 embark.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/embark.el b/embark.el
index 732bcc2..c4ee828 100644
--- a/embark.el
+++ b/embark.el
@@ -3598,7 +3598,7 @@ and leaves the point to the left of it."
   ("m" embark-hash-md5)
   ("1" embark-hash-sha1)
   ("2" embark-hash-sha256)
-  ("3" embark-hash-sha356)
+  ("3" embark-hash-sha384)
   ("4" embark-hash-sha224)
   ("5" embark-hash-sha512)
   ("f" format-encode-region)

Reply via email to