guix-commits
[Top][All Lists]
Advanced

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

10/19: gnu: SQLite: Update to 3.31.1.


From: guix-commits
Subject: 10/19: gnu: SQLite: Update to 3.31.1.
Date: Mon, 3 Feb 2020 09:30:26 -0500 (EST)

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

commit f97db3de739f3a40aeb918c695dc3994d727bc2e
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Jan 31 14:10:41 2020 +0100

    gnu: SQLite: Update to 3.31.1.
    
    * gnu/packages/sqlite.scm (sqlite): Update to 3.31.1.
---
 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 80807d5..8468131 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -46,7 +46,7 @@
 (define-public sqlite
   (package
    (name "sqlite")
-   (version "3.31.0")
+   (version "3.31.1")
    (source (origin
             (method url-fetch)
             (uri (let ((numeric-version
@@ -62,7 +62,7 @@
                                   numeric-version ".tar.gz")))
             (sha256
              (base32
-              "1w7i954349sjd5a6rvy118prra43k07y9hy8rpajs6vmjmnnx7bw"))))
+              "1bj936svd8i5g25xd1bj52hj4zca01fgl3sqkj86z9q5pkz4wa32"))))
    (build-system gnu-build-system)
    (inputs `(("readline" ,readline)))
    (outputs '("out" "static"))



reply via email to

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