mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: perl-crypt-rijndael: Update to 1.15.
* gnu/packages/perl.scm (perl-crypt-rijndael): Update to 1.15.
This commit is contained in:
parent
3c1b0b92d1
commit
fdfd0549ad
1 changed files with 2 additions and 3 deletions
|
@ -2213,7 +2213,7 @@ (define-public perl-crypt-randpasswd
|
|||
(define-public perl-crypt-rijndael
|
||||
(package
|
||||
(name "perl-crypt-rijndael")
|
||||
(version "1.14")
|
||||
(version "1.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2221,8 +2221,7 @@ (define-public perl-crypt-rijndael
|
|||
"mirror://cpan/authors/id/L/LE/LEONT/Crypt-Rijndael-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03l5nwq97a8q9na4dpd4m3r7vrwpranx225vw8xm40w7zvgw6lb4"))))
|
||||
(base32 "0qs1b6ma4sj0ip5d8544fzgc1bbankc4qlmznp8hay8dk5arp650"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/Crypt-Rijndael")
|
||||
(synopsis "Crypt::CBC compliant Rijndael encryption module")
|
||||
|
|
Loading…
Reference in a new issue