From: Sree Harsha Totakura <sreeharsha@totakura.in>
To: guix-devel@gnu.org
Subject: sqlite upgrade to 3.8.2
Date: Wed, 22 Jan 2014 14:41:55 +0100 [thread overview]
Message-ID: <52DFCAA3.8000103@totakura.in> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 90 bytes --]
Hi,
The attached patch upgrades Sqlite to 3.8.2. Please commit it to master.
Sree
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-sqlite-Upgrade-to-3.8.2.patch --]
[-- Type: text/x-patch; name="0001-gnu-sqlite-Upgrade-to-3.8.2.patch", Size: 1406 bytes --]
From 848d90f4b02cd16417e6488ef9dcbec352e9c2f2 Mon Sep 17 00:00:00 2001
From: Sree Harsha Totakura <sreeharsha@totakura.in>
Date: Wed, 22 Jan 2014 14:34:42 +0100
Subject: [PATCH] gnu: sqlite: Upgrade to 3.8.2
Signed-off-by: Sree Harsha Totakura <sreeharsha@totakura.in>
---
gnu/packages/sqlite.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index ae083cd..f688e13 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -26,7 +26,7 @@
(define-public sqlite
(package
(name "sqlite")
- (version "3.7.15.2")
+ (version "3.8.2")
(source (origin
(method url-fetch)
;; TODO: Download from sqlite.org once this bug :
@@ -34,10 +34,10 @@
;; has been fixed.
(uri (string-append
"mirror://sourceforge/sqlite.mirror/SQLite%20"
- version "/sqlite-autoconf-3071502.tar.gz"))
+ version "/sqlite-autoconf-3080200.tar.gz"))
(sha256
(base32
- "135s6r5z12q56brywpxnraqbqm7bdkxs76v7dygqgjpnjyvicbbq"))))
+ "14pg9zlwbwsj5w7f3qr25d3nniyv82gmczwlvpj0i0ic1431v1d0"))))
(build-system gnu-build-system)
(home-page "http://www.sqlite.org/")
(synopsis "The SQLite database management system")
--
1.7.10.4
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 259 bytes --]
next reply other threads:[~2014-01-22 13:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-22 13:41 Sree Harsha Totakura [this message]
2014-01-22 16:43 ` sqlite upgrade to 3.8.2 Mark H Weaver
2014-01-22 17:02 ` Sree Harsha Totakura
2014-01-22 17:04 ` Cyril Roelandt
2014-01-22 23:05 ` 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
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=52DFCAA3.8000103@totakura.in \
--to=sreeharsha@totakura.in \
--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 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).