guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: sqlite: Update to 3.34.0.


From: guix-commits
Subject: branch core-updates updated: gnu: sqlite: Update to 3.34.0.
Date: Wed, 30 Dec 2020 05:46:52 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new e104753  gnu: sqlite: Update to 3.34.0.
e104753 is described below

commit e10475337504328357ac8e9af8e43cf0d2d6511c
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Sun Dec 27 14:10:37 2020 +0100

    gnu: sqlite: Update to 3.34.0.
    
    * gnu/packages/sqlite.scm (sqlite): Update to 3.34.0.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/sqlite.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index e87eff7..6186756 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -48,7 +48,7 @@
 (define-public sqlite
   (package
    (name "sqlite")
-   (version "3.31.1")
+   (version "3.34.0")
    (source (origin
             (method url-fetch)
             (uri (let ((numeric-version
@@ -65,7 +65,7 @@
             (patches (search-patches "sqlite-hurd.patch"))
             (sha256
              (base32
-              "1bj936svd8i5g25xd1bj52hj4zca01fgl3sqkj86z9q5pkz4wa32"))))
+              "1vlsvlp5nvhd5pdjpmdczfsv7mml2gsalykl6x3palbxwgxbfvdz"))))
    (build-system gnu-build-system)
    (inputs `(("readline" ,readline)))
    (outputs '("out" "static"))



reply via email to

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