guix-commits
[Top][All Lists]
Advanced

[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"))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]