all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Mark H Weaver <mhw@netris.org>
Cc: guix-devel@gnu.org
Subject: Re: 01/06: gnu: guile-redis: Update to 1.0.0.
Date: Fri, 24 Aug 2018 12:33:36 +0200	[thread overview]
Message-ID: <87va80oxz3.fsf@gnu.org> (raw)
In-Reply-To: <877ekhbmzl.fsf@netris.org> (Mark H. Weaver's message of "Thu, 23 Aug 2018 02:44:46 -0400")

Mark H Weaver <mhw@netris.org> skribis:

> ludo@gnu.org (Ludovic Courtès) writes:
>
>> civodul pushed a commit to branch master
>> in repository guix.
>>
>> commit a50eed201bf470b3bd124a2983bcea3453ec698f
>> Author: Ludovic Courtès <ludo@gnu.org>
>> Date:   Mon Aug 20 14:35:33 2018 +0200
>>
>>     gnu: guile-redis: Update to 1.0.0.
>>     
>>     * gnu/packages/guile.scm (guile-redis): Update to 1.0.0.
>>     [source]: Fetch from github.com.  Remove snippet.
>>     [native-inputs]: Add AUTOCONF, AUTOMAKE, and PKG-CONFIG.
>> ---
>>  gnu/packages/guile.scm | 27 ++++++++-------------------
>>  1 file changed, 8 insertions(+), 19 deletions(-)
>>
>> diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
>> index f179f29..358613b 100644
>> --- a/gnu/packages/guile.scm
>> +++ b/gnu/packages/guile.scm
>> @@ -1241,31 +1241,20 @@ above command-line parameters.")
>>  (define-public guile-redis
>>    (package
>>      (name "guile-redis")
>> -    (version "0.1.0")
>> +    (version "1.0.0")
>> +    (home-page "https://github.com/aconchillo/guile-redis")
>>      (source (origin
>>                (method url-fetch)
>> -              (uri (string-append "mirror://savannah/guile-redis/guile-redis-"
>> -                                  version ".tar.gz"))
>> +              (uri (string-append home-page "/archive/" version ".tar.gz"))
>
> [...]
>
>>      (home-page "https://savannah.nongnu.org/projects/guile-redis/")
>>      (synopsis "Redis client library for Guile")
>>      (description "Guile-redis provides a Scheme interface to the Redis
>
> This commit introduced a duplicate 'home-page' field.  You made the same
> mistake in your recent commit adding 'guile-gcrypt'.  I detected these
> problems quickly because I include the "records: detect duplicate field
> initializers" commit on my private branch.

Oops!

> Anyway, in the case of 'guile-gcrypt', both of the home-page
> initializers were the same.  In the case of 'guile-redis', they are
> different.  They are:
>
>> +    (home-page "https://github.com/aconchillo/guile-redis")
> [...]
>>      (home-page "https://savannah.nongnu.org/projects/guile-redis/")
>
> Which one is correct?  I deleted the second one, because the first one
> is referenced in the source URI field, and initially I didn't notice
> that they were different.  Did guile-redis move from Savannah to GitHub?

Yes, it moved to GitHub.

Thanks for fixing these!

Ludo’.

      reply	other threads:[~2018-08-24 10:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20180820143226.22345.8646@vcs0.savannah.gnu.org>
     [not found] ` <20180820143227.CAE172052C@vcs0.savannah.gnu.org>
2018-08-23  6:44   ` 01/06: gnu: guile-redis: Update to 1.0.0 Mark H Weaver
2018-08-24 10:33     ` Ludovic Courtès [this message]

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=87va80oxz3.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=mhw@netris.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.