guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/17: gnu: guile-hashing: Fix description.


From: guix-commits
Subject: 14/17: gnu: guile-hashing: Fix description.
Date: Tue, 11 Jul 2023 11:01:33 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e12a0cb3db33f024de6f3779f3ea8d13051cfd2c
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Fri Jun 23 16:46:25 2023 +0100

    gnu: guile-hashing: Fix description.
    
    * gnu/packages/guile-xyz.scm (guile-hashing)[description]: Fix typo.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/guile-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]