[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/23: gnu: libassuan: Update to 2.5.2.
From: |
guix-commits |
Subject: |
22/23: gnu: libassuan: Update to 2.5.2. |
Date: |
Sat, 12 Jan 2019 19:32:57 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit cb3e055f8627f59f2b08d7192b2d6d64862045ac
Author: Marius Bakke <address@hidden>
Date: Sat Jan 12 21:58:40 2019 +0100
gnu: libassuan: Update to 2.5.2.
* gnu/packages/gnupg.scm (libassuan): Update to 2.5.2.
---
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 4eec697..d905de2 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -137,7 +137,7 @@ generation.")
(define-public libassuan
(package
(name "libassuan")
- (version "2.5.1")
+ (version "2.5.2")
(source
(origin
(method url-fetch)
@@ -145,7 +145,7 @@ generation.")
version ".tar.bz2"))
(sha256
(base32
- "0jb4nb4nrjr949gd3lw8lh4v5d6qigxaq6xwy24w5apjnhvnrya7"))))
+ "1rw8nw6fx6ppxga6m4cqcp898lnlzf7vn3s5c2lzfxg3fzr1nswq"))))
(build-system gnu-build-system)
(propagated-inputs
`(("libgpg-error" ,libgpg-error)
- 10/23: gnu: libsecret: Update to 0.18.7., (continued)
- 10/23: gnu: libsecret: Update to 0.18.7., guix-commits, 2019/01/12
- 11/23: gnu: re2: Update to 2019-01-01., guix-commits, 2019/01/12
- 01/23: gnu: libcdr: Update to 0.1.5., guix-commits, 2019/01/12
- 17/23: gnu: exempi: Update to 2.5.0., guix-commits, 2019/01/12
- 21/23: gnu: libgxps: Update to 0.3.1., guix-commits, 2019/01/12
- 16/23: gnu: seabios: Update to 1.12.0., guix-commits, 2019/01/12
- 19/23: gnu: libmbim: Update to 1.18.0., guix-commits, 2019/01/12
- 20/23: gnu: libqmi: Update to 1.22.0., guix-commits, 2019/01/12
- 15/23: gnu: httpd: Update to 2.4.37., guix-commits, 2019/01/12
- 23/23: gnu: sudo: Update to 1.8.27., guix-commits, 2019/01/12
- 22/23: gnu: libassuan: Update to 2.5.2.,
guix-commits <=