gnu: guile-hashing: Fix description.
* gnu/packages/guile-xyz.scm (guile-hashing)[description]: Fix typo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
355e3c6e1c
commit
e12a0cb3db
|
@ -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,
|
||||
|
|
Reference in New Issue