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 @@ Password Generator\".")
|
||||||
(define-public perl-crypt-rijndael
|
(define-public perl-crypt-rijndael
|
||||||
(package
|
(package
|
||||||
(name "perl-crypt-rijndael")
|
(name "perl-crypt-rijndael")
|
||||||
(version "1.14")
|
(version "1.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2221,8 +2221,7 @@ Password Generator\".")
|
||||||
"mirror://cpan/authors/id/L/LE/LEONT/Crypt-Rijndael-"
|
"mirror://cpan/authors/id/L/LE/LEONT/Crypt-Rijndael-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0qs1b6ma4sj0ip5d8544fzgc1bbankc4qlmznp8hay8dk5arp650"))))
|
||||||
"03l5nwq97a8q9na4dpd4m3r7vrwpranx225vw8xm40w7zvgw6lb4"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "https://metacpan.org/release/Crypt-Rijndael")
|
(home-page "https://metacpan.org/release/Crypt-Rijndael")
|
||||||
(synopsis "Crypt::CBC compliant Rijndael encryption module")
|
(synopsis "Crypt::CBC compliant Rijndael encryption module")
|
||||||
|
|
Reference in a new issue