unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: ng0 <ng0@libertad.pw>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] version bump libgcrypt -> 1.7
Date: Sun, 17 Apr 2016 10:53:26 +0300	[thread overview]
Message-ID: <8737qkeknd.fsf@gmail.com> (raw)
In-Reply-To: <877ffx45n6.fsf@libertad.pw> (ng0@libertad.pw's message of "Sat, 16 Apr 2016 23:15:25 +0200")

ng0 (2016-04-17 00:15 +0300) wrote:

> I created a new inherit for this, maybe this is too cautious, but
> just in case as I did not have any more time than version bump +
> test build, here is the patch for the new version.

I don't know if 'libgcrypt-1.7' package really needed.  Maybe it's
better to make an update of 'libgcrypt' package and to push it to
'core-updates'.

> From 9222453334b4a5136a746076b69f5e1a6e30b3c1 Mon Sep 17 00:00:00 2001
> From: Nils Gillmann <ng0@libertad.pw>
> Date: Sat, 16 Apr 2016 23:04:46 +0200
> Subject: [PATCH] gnu: libgcrypt: Update to 1.7.0.
>
> * gnu/packages/gnupg.scm (libgcrypt-1.7): Update to 1.7.0 through new variable.
> Kindly reported by a person on psyced.org
> ---
>  gnu/packages/gnupg.scm | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>
>
> diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
> index b6c1233..39c5765 100644
> --- a/gnu/packages/gnupg.scm
> +++ b/gnu/packages/gnupg.scm
> @@ -6,6 +6,7 @@
>  ;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
>  ;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
>  ;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
> +;;; Copyright © 2016 Nils Gillmann <ng0@libertad.pw>

Sorry, are you going to use this email as well?  And will it be your
main one?  If so, we should update ".mailmap" file.

>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -117,6 +118,18 @@ generation.")
>         (base32
>          "0czvqxkzd5y872ipy6s010ifwdwv29sqbnqc4pf56sd486gqvy6m"))))))
>  
> +(define-public libgcrypt-1.7
> +  (package (inherit libgcrypt)
> +    (version "1.7.0")
> +    (source
> +     (origin
> +      (method url-fetch)
> +      (uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-"
> +                          version ".tar.bz2"))
> +      (sha256
> +       (base32
> +        "14pspxwrqcgfklw3dgmywbxqwdzcym7fznfrqh9rk4vl8jkpxrmh"))))))
> +
>  (define-public libassuan
>    (package
>      (name "libassuan")
> -- 
>
> 2.7.3

-- 
Alex

  reply	other threads:[~2016-04-17  7:53 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-16 21:15 [PATCH] version bump libgcrypt -> 1.7 ng0
2016-04-17  7:53 ` Alex Kost [this message]
2016-04-17  9:36   ` ng0
2016-04-17  9:53   ` ng0
2016-04-18 20:32     ` Leo Famulari
2016-04-19  8:27       ` Alex Kost
2016-04-19  9:27         ` ng0
2016-04-20 17:03       ` Ludovic Courtès
2016-04-21 16:32         ` Leo Famulari
2016-04-24 14:23           ` Ludovic Courtès
2016-05-11 12:50             ` ng0
2016-05-14 23:54               ` ng0
2016-05-15 17:49                 ` Leo Famulari
2016-04-17 20:21 ` Leo Famulari
2016-04-17 22:02   ` ng0

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=8737qkeknd.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=ng0@libertad.pw \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).