all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Catonano <catonano@gmail.com>
To: Jelle Licht <jlicht@fsfe.org>
Cc: 28425@debbugs.gnu.org
Subject: [bug#28425] [PATCH 1/2] gnu: sqlite: Update to 3.20.1.
Date: Tue, 12 Sep 2017 13:00:11 +0200	[thread overview]
Message-ID: <CAJ98PDz+gTUhWJs-887w5WPeJpSS+LTa206d51xmyK04YV-zKw@mail.gmail.com> (raw)
In-Reply-To: <20170911221745.13947-2-jlicht@fsfe.org>

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

2017-09-12 0:17 GMT+02:00 Jelle Licht <jlicht@fsfe.org>:

> * gnu/packages/databases.scm (sqlite): Update to 3.20.1.
> ---
>  gnu/packages/databases.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
> index ba365523d..37890a91f 100644
> --- a/gnu/packages/databases.scm
> +++ b/gnu/packages/databases.scm
> @@ -754,7 +754,7 @@ for example from a shell script.")
>  (define-public sqlite
>    (package
>     (name "sqlite")
> -   (version "3.19.3")
> +   (version "3.20.1")
>     (source (origin
>              (method url-fetch)
>              (uri (let ((numeric-version
> @@ -770,7 +770,7 @@ for example from a shell script.")
>                                    numeric-version ".tar.gz")))
>              (sha256
>               (base32
> -              "00b3l2qglpl1inx21fckiwxnfq5xf6441flc79rqg7zdvh1rq4h6"))))
> +              "0hh7jnxfwvs2qlvmjwrgkvxb8sk4x8hj04m54fq9h1xw55dmjrpc"))))
>     (build-system gnu-build-system)
>     (inputs `(("readline" ,readline)))
>     (arguments
> --
> 2.14.1
>
>
>
>
>

It just built successfully.

Are there any more checsks/tests I should perform in order to properly
review this ?

[-- Attachment #2: Type: text/html, Size: 1925 bytes --]

  reply	other threads:[~2017-09-12 11:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-11 22:17 [bug#28424] [PATCH 0/2] Unbundle sqlite from python-apsw Jelle Licht
2017-09-11 22:17 ` [bug#28425] [PATCH 1/2] gnu: sqlite: Update to 3.20.1 Jelle Licht
2017-09-12 11:00   ` Catonano [this message]
2017-09-12 13:24     ` Jelle Licht
2017-09-12 21:00       ` Catonano
2017-09-11 22:17 ` [bug#28426] [PATCH 2/2] gnu: python-apsw: Update to 3.20.1-r1 Jelle Licht
2017-09-13  8:06 ` [bug#28424] [PATCH 0/2] Unbundle sqlite from python-apsw Ludovic Courtès
2017-09-13  8:54   ` bug#28424: " Jelle Licht

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=CAJ98PDz+gTUhWJs-887w5WPeJpSS+LTa206d51xmyK04YV-zKw@mail.gmail.com \
    --to=catonano@gmail.com \
    --cc=28425@debbugs.gnu.org \
    --cc=jlicht@fsfe.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.