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.35.2.


From: guix-commits
Subject: branch core-updates updated: gnu: sqlite: Update to 3.35.2.
Date: Thu, 25 Mar 2021 15:43:58 -0400

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

lle_bout 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 c2366b9  gnu: sqlite: Update to 3.35.2.
c2366b9 is described below

commit c2366b948167c4d378404771b1aa86369add4175
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Thu Mar 25 20:39:50 2021 +0100

    gnu: sqlite: Update to 3.35.2.
    
    * gnu/packages/sqlite.scm (sqlite): Update to 3.35.2.
---
 gnu/packages/sqlite.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index 6186756..a3f6e1b 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -48,7 +48,7 @@
 (define-public sqlite
   (package
    (name "sqlite")
-   (version "3.34.0")
+   (version "3.35.2")
    (source (origin
             (method url-fetch)
             (uri (let ((numeric-version
@@ -60,12 +60,12 @@
                                             (map (cut string-pad <> 2 #\0)
                                                  other-digits))
                                            6 #\0))))))
-                   (string-append "https://sqlite.org/2020/sqlite-autoconf-";
+                   (string-append "https://sqlite.org/2021/sqlite-autoconf-";
                                   numeric-version ".tar.gz")))
             (patches (search-patches "sqlite-hurd.patch"))
             (sha256
              (base32
-              "1vlsvlp5nvhd5pdjpmdczfsv7mml2gsalykl6x3palbxwgxbfvdz"))))
+              "1bfczv5006ycwr1vw7xbq7cmys0jvfr8awmx7wi1b40zyj0yss8j"))))
    (build-system gnu-build-system)
    (inputs `(("readline" ,readline)))
    (outputs '("out" "static"))



reply via email to

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