gnu: perl-digest-md5: Fix typo.

* gnu/packages/perl.scm (perl-digest-md5)[arguments]: Remove extra ')'.
master
Efraim Flashner 2016-11-23 18:16:53 +02:00
parent 8a28e717ba
commit 262c2d33bc
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 1 additions and 1 deletions

View File

@ -2074,7 +2074,7 @@ interface for the RFC 2104 HMAC mechanism.")
(add-after 'build 'set-permissions
(lambda _
;; 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")
(synopsis "Perl interface to the MD-5 algorithm")
(description