guix-patches
[Top][All Lists]
Advanced

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

[bug#64256] [PATCH 1/2] gnu: guile-hashing: Fix description.


From: Bruno Victal
Subject: [bug#64256] [PATCH 1/2] gnu: guile-hashing: Fix description.
Date: Fri, 23 Jun 2023 16:46:25 +0100

* gnu/packages/guile-xyz.scm (guile-hashing)[description]: Fix typo.
---
 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 da929709e4..2c9cfcfbae 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4251,7 +4251,7 @@ (define-public guile-hashing
                       #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,

base-commit: f25529b08e356f89ca7cecc44295085531a8faba
-- 
2.39.2






reply via email to

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