all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jelle Licht <jlicht@fsfe.org>
To: 28425@debbugs.gnu.org
Subject: [bug#28425] [PATCH 1/2] gnu: sqlite: Update to 3.20.1.
Date: Tue, 12 Sep 2017 00:17:44 +0200	[thread overview]
Message-ID: <20170911221745.13947-2-jlicht@fsfe.org> (raw)
In-Reply-To: <20170911221745.13947-1-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

  reply	other threads:[~2017-09-11 22:19 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 ` Jelle Licht [this message]
2017-09-12 11:00   ` [bug#28425] [PATCH 1/2] gnu: sqlite: Update to 3.20.1 Catonano
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=20170911221745.13947-2-jlicht@fsfe.org \
    --to=jlicht@fsfe.org \
    --cc=28425@debbugs.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.