guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/25: gnu: SQLite: Update to 3.39.1.


From: guix-commits
Subject: 01/25: gnu: SQLite: Update to 3.39.1.
Date: Sat, 23 Jul 2022 13:44:47 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 576024a7385132c7d8f875a45f77afbe2d326e2f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 16 23:35:34 2022 +0200

    gnu: SQLite: Update to 3.39.1.
    
    * gnu/packages/sqlite.scm (sqlite): Update to 3.39.1.
    (sqlite-next): Remove variable.
---
 gnu/packages/sqlite.scm | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index aef9ea590e..1f6d1bb203 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -61,14 +61,14 @@
 (define-public sqlite
   (package
    (name "sqlite")
-   (version "3.39.0")
+   (version "3.39.1")
    (source (origin
             (method url-fetch)
             (uri (sqlite-uri version 2022))
             (patches (search-patches "sqlite-hurd.patch"))
             (sha256
              (base32
-              "1qh9xpjf3g1vkxzh3wf0mv8bzjgkcmmpz1jfxv6kz0fmdppwl2z9"))))
+              "1i0wjd1mig720q1gk9jkpw6h0mialbrlkfh8w8lans0czakygj47"))))
    (build-system gnu-build-system)
    (inputs (list readline))
    (outputs '("out" "static"))
@@ -108,15 +108,3 @@ 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.39.1")
-    (source (origin
-              (method url-fetch)
-              (uri (sqlite-uri version 2022))
-              (sha256
-               (base32
-                "1i0wjd1mig720q1gk9jkpw6h0mialbrlkfh8w8lans0czakygj47"))))))



reply via email to

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