gnu: perl-digest-hmac: Update to 1.04.

* gnu/packages/perl.scm (perl-digest-hmac): Update to 1.04.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-03 20:07:08 +02:00
parent 4f3813f324
commit aa4373c177
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3771,15 +3771,14 @@ for CRC-CCITT, CRC-16 and CRC-32.")
(define-public perl-digest-hmac (define-public perl-digest-hmac
(package (package
(name "perl-digest-hmac") (name "perl-digest-hmac")
(version "1.03") (version "1.04")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/G/GA/GAAS/" (uri (string-append "mirror://cpan/authors/id/A/AR/ARODLAND/"
"Digest-HMAC-" version ".tar.gz")) "Digest-HMAC-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1m4fn0w3hb4vn7k5kja508a5hjmcrm28zhdpjkbl8p17m9b83g6n"))))
"0naavabbm1c9zgn325ndy66da4insdw9l3mrxwxdfi7i7xnjrirv"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "https://metacpan.org/release/Digest-HMAC") (home-page "https://metacpan.org/release/Digest-HMAC")
(synopsis "Keyed-Hashing for Message Authentication") (synopsis "Keyed-Hashing for Message Authentication")