gnu: guile-hashing: Fix description.
* gnu/packages/guile-xyz.scm (guile-hashing)[description]: Fix typo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
355e3c6e1c
commit
e12a0cb3db
1 changed files with 1 additions and 1 deletions
|
@ -4252,7 +4252,7 @@ the style of the Node Package Manager (NPM).")
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list guile-3.0))
|
(list guile-3.0))
|
||||||
(synopsis "Cryprographic hash functions implemented in Scheme")
|
(synopsis "Cryptographic hash functions implemented in Scheme")
|
||||||
(description
|
(description
|
||||||
"The @code{(hashing @dots{})} modules implement cryptographic hash
|
"The @code{(hashing @dots{})} modules implement cryptographic hash
|
||||||
functions in pure R6RS Scheme: CRC, HMAC, MD5, SHA-1, and SHA-2 (SHA-256,
|
functions in pure R6RS Scheme: CRC, HMAC, MD5, SHA-1, and SHA-2 (SHA-256,
|
||||||
|
|
Reference in a new issue