me
/
guix
Archived
1
0
Fork 0

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
Bruno Victal 2023-06-23 16:46:25 +01:00 committed by Ludovic Courtès
parent 355e3c6e1c
commit e12a0cb3db
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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,