[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: libgcrypt: Update to 1.11.0.
From: |
guix-commits |
Subject: |
02/07: gnu: libgcrypt: Update to 1.11.0. |
Date: |
Sun, 29 Dec 2024 06:46:06 -0500 (EST) |
civodul pushed a commit to branch wip-libgcrypt-gpg-update
in repository guix.
commit 7e989b4ca85075e90f9554c10466e93e7a6cdf1a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Dec 29 11:47:09 2024 +0100
gnu: libgcrypt: Update to 1.11.0.
* gnu/packages/gnupg.scm (libgcrypt): Update to 1.11.0.
Change-Id: I656ee40b038f980b1184c8cc070cdcbccf381356
---
gnu/packages/gnupg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 504f7a20f4..22daed5d15 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -182,14 +182,14 @@ Daemon and possibly more in the future.")
(define-public libgcrypt
(package
(name "libgcrypt")
- (version "1.10.1")
+ (version "1.11.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-"
version ".tar.bz2"))
(sha256
(base32
- "1pp9zyx02bzgzjzldxf0mx9kp3530xgaaqcz4n2cv100ddaaw57g"))))
+ "172vd1c1zn27mqd7cdb14hpjz35rhr9pg8dass0j0zyfcyc0q4h9"))))
(build-system gnu-build-system)
(propagated-inputs
`(("libgpg-error-host" ,libgpg-error)))
- branch wip-libgcrypt-gpg-update created (now 04673f8d50), guix-commits, 2024/12/29
- 01/07: gnu: libgpg-error: Update to 1.51., guix-commits, 2024/12/29
- 05/07: gnu: npth: Update to 1.8., guix-commits, 2024/12/29
- 03/07: gnu: libassuan: Update to 3.0.1., guix-commits, 2024/12/29
- 06/07: gnu: gnupg: Update to 2.5.2., guix-commits, 2024/12/29
- 04/07: gnu: libksba: Update to 1.6.7., guix-commits, 2024/12/29
- 07/07: gnu: gpgme: Update to 1.24.1., guix-commits, 2024/12/29
- 02/07: gnu: libgcrypt: Update to 1.11.0.,
guix-commits <=