all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Manolis Ragkousis <manolis837@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: libgpg-error: Update to 1.21.
Date: Mon, 4 Jan 2016 13:52:29 +0200	[thread overview]
Message-ID: <568A5CFD.2000900@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

Hello everyone,

I noticed that we have an older version of libgpg-error.
Is there a particular reason? If not we could update it
and push it to core-updates. :-)

Here's the patch.

This version also solves an older problem I had with
targeting Hurd systems.

Manolis

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-libgpg-error-Update-to-1.21.patch --]
[-- Type: text/x-patch; name="0001-gnu-libgpg-error-Update-to-1.21.patch", Size: 1099 bytes --]

From 3936bece00f6911a8522216c2302aa4af23b979b Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis <manolis837@gmail.com>
Date: Mon, 4 Jan 2016 13:44:36 +0200
Subject: [PATCH] gnu: libgpg-error: Update to 1.21.

* gnu/packages/gnupg.scm (libgpg-error): Update to 1.21.
---
 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 aeee440..b6b12e8 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -45,7 +45,7 @@
 (define-public libgpg-error
   (package
     (name "libgpg-error")
-    (version "1.19")
+    (version "1.21")
     (source
      (origin
       (method url-fetch)
@@ -53,7 +53,7 @@
                           version ".tar.bz2"))
       (sha256
        (base32
-        "12wpqhjlsw4iaanifbqm2kich6c7x7lm8a7zhy6x5ifm6c9hw4jk"))))
+        "0kdq2cbnk84fr4jqcv689rlxpbyl6bda2cn6y3ll19v3mlydpnxp"))))
     (build-system gnu-build-system)
     (home-page "http://gnupg.org")
     (synopsis "Library of error values for GnuPG components")
-- 
2.6.4


[-- Attachment #3: 0x8DF54C32.asc --]
[-- Type: application/pgp-keys, Size: 7062 bytes --]

             reply	other threads:[~2016-01-04 11:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-04 11:52 Manolis Ragkousis [this message]
2016-01-04 23:37 ` [PATCH] gnu: libgpg-error: Update to 1.21 Ludovic Courtès

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=568A5CFD.2000900@gmail.com \
    --to=manolis837@gmail.com \
    --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.