guix-commits
[Top][All Lists]
Advanced

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

01/29: gnu: sqlite: Update to 3.27.1.


From: guix-commits
Subject: 01/29: gnu: sqlite: Update to 3.27.1.
Date: Sat, 9 Feb 2019 15:55:21 -0500 (EST)

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

commit f73f2e17d9f9e43c6d8842bce497006851537934
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 8 17:54:21 2019 +0100

    gnu: sqlite: Update to 3.27.1.
    
    * gnu/packages/sqlite.scm (sqlite): Update to 3.27.1.
---
 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 794c030..e6beef6 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -46,7 +46,7 @@
 (define-public sqlite
   (package
    (name "sqlite")
-   (version "3.26.0")
+   (version "3.27.1")
    (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/2018/sqlite-autoconf-";
+                   (string-append "https://sqlite.org/2019/sqlite-autoconf-";
                                   numeric-version ".tar.gz")))
             (sha256
              (base32
-              "0pdzszb4sp73hl36siiv3p300jvfvbcdxi2rrmkwgs6inwznmajx"))))
+              "1y7l225jm18fz6z3vyffrkl9k6qi964w1c5ri4giixizyy7jpaal"))))
    (build-system gnu-build-system)
    (inputs `(("readline" ,readline)))
    (arguments



reply via email to

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