guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: perl-digest-hmac: Update to 1.04.


From: guix-commits
Subject: 04/07: gnu: perl-digest-hmac: Update to 1.04.
Date: Sat, 3 Apr 2021 14:42:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit aa4373c177d2e5e0bde3276eb283a07bf8f0a4e6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Apr 3 20:07:08 2021 +0200

    gnu: perl-digest-hmac: Update to 1.04.
    
    * gnu/packages/perl.scm (perl-digest-hmac): Update to 1.04.
---
 gnu/packages/perl.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index f0df5e6..a061c71 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3771,15 +3771,14 @@ for CRC-CCITT, CRC-16 and CRC-32.")
 (define-public perl-digest-hmac
   (package
     (name "perl-digest-hmac")
-    (version "1.03")
+    (version "1.04")
     (source
      (origin
        (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"))
        (sha256
-        (base32
-         "0naavabbm1c9zgn325ndy66da4insdw9l3mrxwxdfi7i7xnjrirv"))))
+        (base32 "1m4fn0w3hb4vn7k5kja508a5hjmcrm28zhdpjkbl8p17m9b83g6n"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/Digest-HMAC";)
     (synopsis "Keyed-Hashing for Message Authentication")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]