guix-commits
[Top][All Lists]
Advanced

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

46/51: gnu: sqlite: Update to 3.31.0.


From: guix-commits
Subject: 46/51: gnu: sqlite: Update to 3.31.0.
Date: Fri, 24 Jan 2020 14:48:24 -0500 (EST)

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

commit 0d775f987c36309299202e43cfa9d04f64f6a52d
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Jan 24 17:17:53 2020 +0100

    gnu: sqlite: Update to 3.31.0.
    
    * gnu/packages/sqlite.scm (sqlite): Update to 3.31.0.
---
 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 445c160..80807d5 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -46,7 +46,7 @@
 (define-public sqlite
   (package
    (name "sqlite")
-   (version "3.30.1")
+   (version "3.31.0")
    (source (origin
             (method url-fetch)
             (uri (let ((numeric-version
@@ -58,11 +58,11 @@
                                             (map (cut string-pad <> 2 #\0)
                                                  other-digits))
                                            6 #\0))))))
-                   (string-append "https://sqlite.org/2019/sqlite-autoconf-";
+                   (string-append "https://sqlite.org/2020/sqlite-autoconf-";
                                   numeric-version ".tar.gz")))
             (sha256
              (base32
-              "0q4f57a5995wz9c7dfiqy9zwl0kn0b900nxwinqa3llv13dm0nlc"))))
+              "1w7i954349sjd5a6rvy118prra43k07y9hy8rpajs6vmjmnnx7bw"))))
    (build-system gnu-build-system)
    (inputs `(("readline" ,readline)))
    (outputs '("out" "static"))



reply via email to

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