diff options
author | Leo Famulari <leo@famulari.name> | 2017-12-15 22:56:47 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-12-20 15:11:27 -0500 |
commit | 5965b08307a61fa5472309ac4f7df86bc6037364 (patch) | |
tree | 85177465f5fe14f5edb5c340178134cafc059b63 /gnu | |
parent | 48a9654ad6a19a9e6b149b8473547404a61de9c3 (diff) | |
download | patches-5965b08307a61fa5472309ac4f7df86bc6037364.tar patches-5965b08307a61fa5472309ac4f7df86bc6037364.tar.gz |
gnu: libassuan: Update to 2.5.1.
* gnu/packages/gnupg.scm (libassuan): Update to 2.5.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnupg.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 336cd8f741..4d93044195 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -140,7 +140,7 @@ generation.") (define-public libassuan (package (name "libassuan") - (version "2.4.4") + (version "2.5.1") (source (origin (method url-fetch) @@ -148,10 +148,11 @@ generation.") version ".tar.bz2")) (sha256 (base32 - "18bwffjkx9pn0lawbsn6zhd90i7xhjgpf9b0nl5xw9134w1a2scy")))) + "0jb4nb4nrjr949gd3lw8lh4v5d6qigxaq6xwy24w5apjnhvnrya7")))) (build-system gnu-build-system) (propagated-inputs - `(("libgpg-error" ,libgpg-error) ("pth" ,pth))) + `(("libgpg-error" ,libgpg-error) + ("pth" ,pth))) (home-page "https://gnupg.org") (synopsis "IPC library used by GnuPG and related software") |