[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/17: gnu: sqlite: Update to 3.24.0.
From: |
Tobias Geerinckx-Rice |
Subject: |
17/17: gnu: sqlite: Update to 3.24.0. |
Date: |
Tue, 12 Jun 2018 09:30:33 -0400 (EDT) |
nckx pushed a commit to branch core-updates
in repository guix.
commit d30e9e61098a4fc1b0e5764a77ca15d2d63d8ae4
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Jun 12 13:06:38 2018 +0200
gnu: sqlite: Update to 3.24.0.
* gnu/packages/databases.scm (sqlite): Update to 3.24.0.
---
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 94eb684..7690a85 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1008,7 +1008,7 @@ for example from a shell script.")
(define-public sqlite
(package
(name "sqlite")
- (version "3.23.1")
+ (version "3.24.0")
(source (origin
(method url-fetch)
(uri (let ((numeric-version
@@ -1024,7 +1024,7 @@ for example from a shell script.")
numeric-version ".tar.gz")))
(sha256
(base32
- "09ggapjhqjb2pzk0wkfczil77plijg3d77m2bpzlwx2y7ql2p14j"))))
+ "0jmprv2vpggzhy7ma4ynmv1jzn3pfiwzkld0kkg6hvgvqs44xlfr"))))
(build-system gnu-build-system)
(inputs `(("readline" ,readline)))
(arguments
- branch core-updates updated (4dd91df -> d30e9e6), Tobias Geerinckx-Rice, 2018/06/12
- 05/17: gnu: isl: Update to 0.19., Tobias Geerinckx-Rice, 2018/06/12
- 02/17: gnu: shared-mime-info: Update to 1.9., Tobias Geerinckx-Rice, 2018/06/12
- 14/17: gnu: linux-pam: Update to 1.3.1., Tobias Geerinckx-Rice, 2018/06/12
- 03/17: gnu: cups, cups-minimal: Update to 2.2.8., Tobias Geerinckx-Rice, 2018/06/12
- 04/17: gnu: mit-krb5: Update to 1.16.1., Tobias Geerinckx-Rice, 2018/06/12
- 08/17: gnu: libdrm: Update to 2.4.92., Tobias Geerinckx-Rice, 2018/06/12
- 10/17: gnu: wayland-protocols: Update to 1.14., Tobias Geerinckx-Rice, 2018/06/12
- 17/17: gnu: sqlite: Update to 3.24.0.,
Tobias Geerinckx-Rice <=
- 07/17: gnu: freetype: Update to 2.9.1., Tobias Geerinckx-Rice, 2018/06/12
- 12/17: gnu: jansson: Update to 2.11., Tobias Geerinckx-Rice, 2018/06/12
- 09/17: gnu: libunistring: Update to 0.9.10., Tobias Geerinckx-Rice, 2018/06/12
- 15/17: gnu: cmake: Update to 3.11.3., Tobias Geerinckx-Rice, 2018/06/12
- 11/17: gnu: libidn: Update to 1.35., Tobias Geerinckx-Rice, 2018/06/12
- 06/17: gnu: bison: Update to 3.0.5., Tobias Geerinckx-Rice, 2018/06/12
- 16/17: gnu: perl: Ungraft version 5.26.2., Tobias Geerinckx-Rice, 2018/06/12
- 01/17: gnu: fribidi: Update to 1.0.4., Tobias Geerinckx-Rice, 2018/06/12
- 13/17: gnu: nghttp2: Update to 1.32.0., Tobias Geerinckx-Rice, 2018/06/12