[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/29: gnu: sqlite: Update to 3.27.1.
From: |
guix-commits |
Subject: |
01/29: gnu: sqlite: Update to 3.27.1. |
Date: |
Sat, 9 Feb 2019 15:55:21 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit f73f2e17d9f9e43c6d8842bce497006851537934
Author: Marius Bakke <address@hidden>
Date: Fri Feb 8 17:54:21 2019 +0100
gnu: sqlite: Update to 3.27.1.
* gnu/packages/sqlite.scm (sqlite): Update to 3.27.1.
---
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 794c030..e6beef6 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -46,7 +46,7 @@
(define-public sqlite
(package
(name "sqlite")
- (version "3.26.0")
+ (version "3.27.1")
(source (origin
(method url-fetch)
(uri (let ((numeric-version
@@ -58,11 +58,11 @@
(map (cut string-pad <> 2 #\0)
other-digits))
6 #\0))))))
- (string-append "https://sqlite.org/2018/sqlite-autoconf-"
+ (string-append "https://sqlite.org/2019/sqlite-autoconf-"
numeric-version ".tar.gz")))
(sha256
(base32
- "0pdzszb4sp73hl36siiv3p300jvfvbcdxi2rrmkwgs6inwznmajx"))))
+ "1y7l225jm18fz6z3vyffrkl9k6qi964w1c5ri4giixizyy7jpaal"))))
(build-system gnu-build-system)
(inputs `(("readline" ,readline)))
(arguments
- branch core-updates updated (ebbb728 -> 0bba8a5), guix-commits, 2019/02/09
- 01/29: gnu: sqlite: Update to 3.27.1.,
guix-commits <=
- 02/29: gnu: sqlite: Enable FTS3 support., guix-commits, 2019/02/09
- 10/29: gnu: python-atomicwrites: Update to 1.3.0., guix-commits, 2019/02/09
- 12/29: gnu: python2-pathlib2: Update to 2.3.3., guix-commits, 2019/02/09
- 04/29: gnu: python-py: Update to 1.7.0., guix-commits, 2019/02/09
- 05/29: gnu: python-setuptools-scm: Update to 3.2.0., guix-commits, 2019/02/09
- 06/29: gnu: python-hypothesis: Update to 4.5.3., guix-commits, 2019/02/09
- 09/29: gnu: python-coverage: Update to 4.5.2., guix-commits, 2019/02/09
- 11/29: gnu: python-pluggy: Update to 0.8.1., guix-commits, 2019/02/09
- 03/29: gnu: Tcl/Tk: Update to 8.6.9., guix-commits, 2019/02/09
- 14/29: gnu: python-more-itertools: Update to 5.0.0., guix-commits, 2019/02/09