[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: SQLite. Add 3.37.
From: |
guix-commits |
Subject: |
03/08: gnu: SQLite. Add 3.37. |
Date: |
Mon, 13 Dec 2021 17:33:54 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 50b36f688b43c219dc64a1ce7f6d5e08c0025089
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Dec 13 16:44:21 2021 +0100
gnu: SQLite. Add 3.37.
* gnu/packages/sqlite.scm (sqlite-next): New variable.
---
gnu/packages/sqlite.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index 2ed0f26..c894f56 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -108,3 +108,15 @@ zero-configuration, transactional SQL database engine.
SQLite is the most
widely deployed SQL database engine in the world. The source code for SQLite
is in the public domain.")
(license license:public-domain)))
+
+;; Newer version required for e.g. fossil.
+(define-public sqlite-next
+ (package
+ (inherit sqlite)
+ (version "3.37.0")
+ (source (origin
+ (method url-fetch)
+ (uri (sqlite-uri version 2021))
+ (sha256
+ (base32
+ "1xvrfh2r5x5pljlvakym3zrhml2dvsr8dd8xsb3nzcylsi8lc6kk"))))))
- branch master updated (6dffced -> 95447b2), guix-commits, 2021/12/13
- 01/08: gnu: Remove superfluous "linux-libre-headers" inputs., guix-commits, 2021/12/13
- 02/08: gnu: SQLite: Remove 3.33., guix-commits, 2021/12/13
- 03/08: gnu: SQLite. Add 3.37.,
guix-commits <=
- 04/08: gnu: fossil: Update to 2.17., guix-commits, 2021/12/13
- 07/08: gnu: python-dask: Remove bundled versioneer., guix-commits, 2021/12/13
- 06/08: gnu: python-versioneer: Add support for Guix build directories., guix-commits, 2021/12/13
- 05/08: gnu: python-versioneer: Update to 0.21., guix-commits, 2021/12/13
- 08/08: gnu: python-distributed: Update to 2021.11.2., guix-commits, 2021/12/13