all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul van der Walt <paul@denknerd.org>
To: guix-devel@gnu.org
Subject: [PATCH 07/12] gnu: libassuan: Update to 2.2.1.
Date: Thu,  9 Jul 2015 14:23:53 +0200	[thread overview]
Message-ID: <1436444638-20802-7-git-send-email-paul@denknerd.org> (raw)
In-Reply-To: <1436444638-20802-1-git-send-email-paul@denknerd.org>

* gnu/packages/gnupg.scm (libassuan): Update to 2.2.1.
---
 gnu/packages/gnupg.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 1e09e36..014a549 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
+;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -108,7 +109,7 @@ generation.")
 (define-public libassuan
   (package
     (name "libassuan")
-    (version "2.2.0")
+    (version "2.2.1")
     (source
      (origin
       (method url-fetch)
@@ -116,7 +117,7 @@ generation.")
                           version ".tar.bz2"))
       (sha256
        (base32
-        "1ikf9whfi7rg71qa610ynyv12qrw20zkn7zxgvvr9dp41gbqxxbx"))))
+        "1pp2kl5gc2vja41g3wk03h1hgh7gxy6pj354fb5n4lrlg6xqb4ll"))))
     (build-system gnu-build-system)
     (propagated-inputs
      `(("libgpg-error" ,libgpg-error) ("pth" ,pth)))
-- 
2.4.5

  parent reply	other threads:[~2015-07-09 12:24 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-09 12:23 [PATCH 01/12] gnu: libmpdclient: Update to 2.10 Paul van der Walt
2015-07-09 12:23 ` [PATCH 02/12] gnu: mpd: Update to 0.19.10 Paul van der Walt
2015-07-09 16:11   ` Mark H Weaver
2015-07-09 12:23 ` [PATCH 03/12] gnu: mpd-mpc: Update to 0.27 Paul van der Walt
2015-07-09 16:11   ` Mark H Weaver
2015-07-09 12:23 ` [PATCH 04/12] gnu: ncmpcpp: Update to 0.6.5 Paul van der Walt
2015-07-09 16:11   ` Mark H Weaver
2015-07-09 12:23 ` [PATCH 05/12] gnu: ncmpc: Update to 0.24 Paul van der Walt
2015-07-09 16:11   ` Mark H Weaver
2015-07-09 12:23 ` [PATCH 06/12] gnu: libgpg-error: Update to 1.19 Paul van der Walt
2015-07-09 16:13   ` Mark H Weaver
2015-07-09 16:48     ` Paul van der Walt
2015-07-09 16:53       ` Mark H Weaver
2015-07-09 12:23 ` Paul van der Walt [this message]
2015-07-09 16:14   ` [PATCH 07/12] gnu: libassuan: Update to 2.2.1 Mark H Weaver
2015-07-09 12:23 ` [PATCH 08/12] gnu: pius: Update to 2.1.1 Paul van der Walt
2015-07-09 16:15   ` Mark H Weaver
2015-07-09 12:23 ` [PATCH 09/12] gnu: npth: Update to 1.2 Paul van der Walt
2015-07-09 16:15   ` Mark H Weaver
2015-07-09 12:23 ` [PATCH 10/12] gnu: gpgme: Update to 1.5.5 Paul van der Walt
2015-07-09 16:15   ` Mark H Weaver
2015-07-09 12:23 ` [PATCH 11/12] gnu: libksba: Update to 1.3.3 Paul van der Walt
2015-07-09 16:16   ` Mark H Weaver
2015-07-09 12:23 ` [PATCH 12/12] gnu: pinentry: Update to 1.9.5 Paul van der Walt
2015-07-09 16:17   ` Mark H Weaver
2015-07-09 16:10 ` [PATCH 01/12] gnu: libmpdclient: Update to 2.10 Mark H Weaver

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1436444638-20802-7-git-send-email-paul@denknerd.org \
    --to=paul@denknerd.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.