guix-commits
[Top][All Lists]
Advanced

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

22/33: gnu: sqlite: Update to 3.35.5.


From: guix-commits
Subject: 22/33: gnu: sqlite: Update to 3.35.5.
Date: Sun, 9 May 2021 17:50:14 -0400 (EDT)

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

commit 6471bacf6da912b543ba62dbd6811ed330e77746
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 9 11:36:58 2021 +0200

    gnu: sqlite: Update to 3.35.5.
    
    * gnu/packages/sqlite.scm (sqlite): Update to 3.35.5.
---
 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 a3f6e1b..c0ea2e6 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -48,7 +48,7 @@
 (define-public sqlite
   (package
    (name "sqlite")
-   (version "3.35.2")
+   (version "3.35.5")
    (source (origin
             (method url-fetch)
             (uri (let ((numeric-version
@@ -65,7 +65,7 @@
             (patches (search-patches "sqlite-hurd.patch"))
             (sha256
              (base32
-              "1bfczv5006ycwr1vw7xbq7cmys0jvfr8awmx7wi1b40zyj0yss8j"))))
+              "1c3d5q9zc93pfpbl7p5212pqfvls2ciy34ksxlbfbhqrqfjp4azm"))))
    (build-system gnu-build-system)
    (inputs `(("readline" ,readline)))
    (outputs '("out" "static"))



reply via email to

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