mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
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
This commit is contained in:
parent
0bf3142acb
commit
34b8b8febe
1 changed files with 4 additions and 5 deletions
|
@ -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 @@ (define-public libgcrypt
|
|||
(define-public libassuan
|
||||
(package
|
||||
(name "libassuan")
|
||||
(version "2.5.6")
|
||||
(version "3.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -245,7 +245,7 @@ (define-public libassuan
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"09pllidbv01km8qrls21dcz1qwa22ydqyy1r9r79152kilhjgzg9"))))
|
||||
"1ccly6aqyxv3hgshhls6qw177salcrawp0x4lsqs9ph3c4pg9w68"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments (if (%current-target-system)
|
||||
(list #:configure-flags
|
||||
|
@ -253,8 +253,7 @@ (define-public libassuan
|
|||
"--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")
|
||||
|
|
Loading…
Reference in a new issue