gnu: perl-digest-md5: Fix typo.
* gnu/packages/perl.scm (perl-digest-md5)[arguments]: Remove extra ')'.
This commit is contained in:
parent
8a28e717ba
commit
262c2d33bc
1 changed files with 1 additions and 1 deletions
|
@ -2074,7 +2074,7 @@ interface for the RFC 2104 HMAC mechanism.")
|
||||||
(add-after 'build 'set-permissions
|
(add-after 'build 'set-permissions
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Make MD5.so read-write so it can be stripped.
|
;; Make MD5.so read-write so it can be stripped.
|
||||||
(chmod "blib/arch/auto/Digest/MD5/MD5.so" #o755)))))))
|
(chmod "blib/arch/auto/Digest/MD5/MD5.so" #o755))))))
|
||||||
(home-page "http://search.cpan.org/dist/Digest-MD5")
|
(home-page "http://search.cpan.org/dist/Digest-MD5")
|
||||||
(synopsis "Perl interface to the MD-5 algorithm")
|
(synopsis "Perl interface to the MD-5 algorithm")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue