~ruther/guix-local

262c2d33bc4d3413644ec9e65c9b5c8c83a47349 — Efraim Flashner 9 years ago 8a28e71
gnu: perl-digest-md5: Fix typo.

* gnu/packages/perl.scm (perl-digest-md5)[arguments]: Remove extra ')'.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/perl.scm
M gnu/packages/perl.scm => gnu/packages/perl.scm +1 -1
@@ 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