diff options
author | Bruno Victal <mirai@makinata.eu> | 2023-06-23 16:46:25 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-07-11 16:12:23 +0200 |
commit | e12a0cb3db33f024de6f3779f3ea8d13051cfd2c (patch) | |
tree | 7b79516f87a5a53537744282f80b8459763c74fd /gnu/packages/guile-xyz.scm | |
parent | 355e3c6e1c0d3f847e4c96a566408a7a8aebb551 (diff) |
gnu: guile-hashing: Fix description.
* gnu/packages/guile-xyz.scm (guile-hashing)[description]: Fix typo.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 46555d2bc7..334996df0d 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -4252,7 +4252,7 @@ the style of the Node Package Manager (NPM).") #t))))) (native-inputs (list guile-3.0)) - (synopsis "Cryprographic hash functions implemented in Scheme") + (synopsis "Cryptographic hash functions implemented in Scheme") (description "The @code{(hashing @dots{})} modules implement cryptographic hash functions in pure R6RS Scheme: CRC, HMAC, MD5, SHA-1, and SHA-2 (SHA-256, |