[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: libassuan: Update to 3.0.1.
From: |
guix-commits |
Subject: |
03/10: gnu: libassuan: Update to 3.0.1. |
Date: |
Tue, 14 Jan 2025 05:34:57 -0500 (EST) |
civodul pushed a commit to branch libgcrypt-gpg-update
in repository guix.
commit ee805989c935dece801c3331661196e95f970ddc
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Dec 29 11:47:10 2024 +0100
gnu: libassuan: Update to 3.0.1.
* gnu/packages/gnupg.scm (libassuan): Update to 3.0.1.
[propagated-inputs]: Remove ‘pth’, which is no longer needed.
Change-Id: Ib4723899008d44f771fbfe156b5ee6f738945bb6
---
gnu/packages/gnupg.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 8e140c8a50..fb94b628a0 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012-2021, 2023, 2024 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2012-2021, 2023-2025 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013, 2015, 2018 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2014, 2018 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2014, 2015, 2016, 2020 Mark H Weaver <mhw@netris.org>
@@ -237,7 +237,7 @@ generation.")
(define-public libassuan
(package
(name "libassuan")
- (version "2.5.6")
+ (version "3.0.1")
(source
(origin
(method url-fetch)
@@ -245,7 +245,7 @@ generation.")
version ".tar.bz2"))
(sha256
(base32
- "09pllidbv01km8qrls21dcz1qwa22ydqyy1r9r79152kilhjgzg9"))))
+ "1ccly6aqyxv3hgshhls6qw177salcrawp0x4lsqs9ph3c4pg9w68"))))
(build-system gnu-build-system)
(arguments (if (%current-target-system)
(list #:configure-flags
@@ -253,8 +253,7 @@ generation.")
"--with-libgpg-error-prefix="
#$(this-package-input "libgpg-error"))))
'()))
- (propagated-inputs
- (list libgpg-error pth))
+ (propagated-inputs (list libgpg-error))
(home-page "https://gnupg.org")
(synopsis
"IPC library used by GnuPG and related software")
- branch libgcrypt-gpg-update created (now 9f13b98379), guix-commits, 2025/01/14
- 03/10: gnu: libassuan: Update to 3.0.1.,
guix-commits <=
- 02/10: gnu: libgcrypt: Update to 1.11.0., guix-commits, 2025/01/14
- 01/10: gnu: libgpg-error: Update to 1.51., guix-commits, 2025/01/14
- 05/10: gnu: npth: Update to 1.8., guix-commits, 2025/01/14
- 07/10: gnu: gpgme: Update to 1.24.1., guix-commits, 2025/01/14
- 06/10: gnu: gnupg: Update to 2.4.7., guix-commits, 2025/01/14
- 09/10: build-system: cmake: Rework cross compilation., guix-commits, 2025/01/14
- 04/10: gnu: libksba: Update to 1.6.7., guix-commits, 2025/01/14
- 08/10: gnu: gpgme: Remove 1.23 and update KDE users., guix-commits, 2025/01/14
- 10/10: gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override., guix-commits, 2025/01/14