diff mbox series

[bug#46571] gnu: fossil: Update to 2.14.

Message ID 20210216220258.26422-1-vincent.legoll@gmail.com
State Accepted
Headers show
Series [bug#46571] gnu: fossil: Update to 2.14. | expand

Checks

Context Check Description
cbaines/submitting builds success
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Vincent Legoll Feb. 16, 2021, 10:02 p.m. UTC
* gnu/packages/version-control.scm (fossil): Update to 2.14.
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Vincent Legoll Feb. 16, 2021, 10:07 p.m. UTC | #1
This should go on core-updates because fossil 2.14 needs
sqlite >= 3.33.0

Checking for sqlite3_open in sqlite3...-lsqlite3
Error: found SQLite version 3.31.1 but need 3.33.0 or later
Leo Famulari Feb. 20, 2021, 6:27 p.m. UTC | #2
On Tue, Feb 16, 2021 at 11:02:58PM +0100, Vincent Legoll wrote:
> * gnu/packages/version-control.scm (fossil): Update to 2.14.

Thanks! Pushed as 98c5f5150206a99c4d4f84aae095eb38249a9e22
diff mbox series

Patch

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index e7cdb16373..92d1fe936a 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2394,7 +2394,7 @@  by rclone usable with git-annex.")
 (define-public fossil
   (package
     (name "fossil")
-    (version "2.11")
+    (version "2.14")
     (source
      (origin
        (method url-fetch)
@@ -2402,7 +2402,7 @@  by rclone usable with git-annex.")
               "https://www.fossil-scm.org/index.html/uv/"
               "fossil-src-" version ".tar.gz"))
        (sha256
-        (base32 "0c9nzx42wxfmym9vf1pnbdb1c7gp7a7zqky60izxsph7w2xh8nix"))
+        (base32 "1fazl117ph5z7xg7h6w7i32sf7rsa67499rg2llsxn3d34hckl5q"))
        (modules '((guix build utils)))
        (snippet
         '(begin