gnu: perl-crypt-openssl-bignum: Update to 0.08.
* gnu/packages/tls.scm (perl-crypt-openssl-bignum): Update to 0.08.
This commit is contained in:
parent
598b5481a4
commit
94793c1d0a
1 changed files with 2 additions and 2 deletions
|
@ -697,7 +697,7 @@ OpenSSL libraries).")
|
||||||
(define-public perl-crypt-openssl-bignum
|
(define-public perl-crypt-openssl-bignum
|
||||||
(package
|
(package
|
||||||
(name "perl-crypt-openssl-bignum")
|
(name "perl-crypt-openssl-bignum")
|
||||||
(version "0.06")
|
(version "0.08")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -707,7 +707,7 @@ OpenSSL libraries).")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05yzrdglrrzp191krf77zrwfkmzrfwrsrx1vyskbj94522lszk67"))))
|
"0gamn4dff1bz77nswacy1dlpn9fkwahzw7yvvik4nbwwy2s63hc8"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(inputs `(("openssl" ,openssl)))
|
(inputs `(("openssl" ,openssl)))
|
||||||
(arguments perl-crypt-arguments)
|
(arguments perl-crypt-arguments)
|
||||||
|
|
Reference in a new issue