[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")
- branch master updated (a6c6079 -> 77038ad), guix-commits, 2021/04/03
- 03/07: gnu: perl-crypt-rijndael: Update to 1.16., guix-commits, 2021/04/03
- 01/07: gnu: diffoscope: Update to 172., guix-commits, 2021/04/03
- 02/07: gnu: vim: Update to 8.2.2689., guix-commits, 2021/04/03
- 04/07: gnu: perl-digest-hmac: Update to 1.04.,
guix-commits <=
- 05/07: gnu: perl-scalar-list-utils: Update to 1.56., guix-commits, 2021/04/03
- 07/07: gnu: terminator: Update to 2.1.1., guix-commits, 2021/04/03
- 06/07: gnu: mousepad: Update to 0.5.4., guix-commits, 2021/04/03