summary refs log tree commit diff
diff options
context:
space:
mode:
authorBruno Victal <mirai@makinata.eu>2023-06-23 16:46:25 +0100
committerLudovic Courtès <ludo@gnu.org>2023-07-11 16:12:23 +0200
commite12a0cb3db33f024de6f3779f3ea8d13051cfd2c (patch)
tree7b79516f87a5a53537744282f80b8459763c74fd
parent355e3c6e1c0d3f847e4c96a566408a7a8aebb551 (diff)
downloadguix-e12a0cb3db33f024de6f3779f3ea8d13051cfd2c.tar.gz
gnu: guile-hashing: Fix description.
* gnu/packages/guile-xyz.scm (guile-hashing)[description]: Fix typo.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/guile-xyz.scm2
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,