mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: perl-crypt-openssl-rsa: Update to 0.33.
* gnu/packages/tls.scm (perl-crypt-openssl-rsa): Update to 0.33.
This commit is contained in:
parent
fc80efe1a0
commit
52f6ccef82
1 changed files with 2 additions and 2 deletions
|
@ -848,7 +848,7 @@ (define-public perl-net-ssleay
|
|||
(define-public perl-crypt-openssl-rsa
|
||||
(package
|
||||
(name "perl-crypt-openssl-rsa")
|
||||
(version "0.31")
|
||||
(version "0.33")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -858,7 +858,7 @@ (define-public perl-crypt-openssl-rsa
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0djl5i6kibl7862b6ih29q8dhg5zpwzq77q9j8hp6xngshx40ws1"))))
|
||||
"0r6qxx2nyvdsv859zl8vz17ndj1a4xvrknbafhjh6m3gdl7n7gmx"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
(list perl-crypt-openssl-guess))
|
||||
|
|
Loading…
Reference in a new issue