all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29779] [PATCH] gnu: libassuan: Update to 2.5.1.
@ 2017-12-20  6:19 Leo Famulari
  2017-12-20 13:15 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Famulari @ 2017-12-20  6:19 UTC (permalink / raw)
  To: 29779

* gnu/packages/gnupg.scm (libassuan): Update to 2.5.1.
---
 gnu/packages/gnupg.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 336cd8f74..4d9304419 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")
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#29779] [PATCH] gnu: libassuan: Update to 2.5.1.
  2017-12-20  6:19 [bug#29779] [PATCH] gnu: libassuan: Update to 2.5.1 Leo Famulari
@ 2017-12-20 13:15 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-12-20 13:15 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 29779

Leo Famulari <leo@famulari.name> skribis:

> * gnu/packages/gnupg.scm (libassuan): Update to 2.5.1.

LGTM!  (It’s OK for master.)

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-20 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-20  6:19 [bug#29779] [PATCH] gnu: libassuan: Update to 2.5.1 Leo Famulari
2017-12-20 13:15 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.