[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: isync: Use OpenSSL 1.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: isync: Use OpenSSL 1.1. |
Date: |
Tue, 08 Dec 2020 13:25:46 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e1d3b07 gnu: isync: Use OpenSSL 1.1.
e1d3b07 is described below
commit e1d3b07ffc137bdbc7a244064180ec5aa61a2040
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Dec 8 13:21:23 2020 -0500
gnu: isync: Use OpenSSL 1.1.
* gnu/packages/mail.scm (isync)[inputs]: Replace openssl-1.0 with openssl.
---
gnu/packages/mail.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a2d6b71..6e3ee4c 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1993,7 +1993,7 @@ hashing scheme (such as scrypt) plug-in for
@code{Dovecot}.")
(inputs
`(("bdb" ,bdb)
("cyrus-sasl" ,cyrus-sasl)
- ("openssl" ,openssl-1.0)
+ ("openssl" ,openssl)
("zlib" ,zlib)))
(home-page "https://isync.sourceforge.io/")
(synopsis "Mailbox synchronization program")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: isync: Use OpenSSL 1.1.,
guix-commits <=