[PATCH] gnu: fossil: Update to 2.14.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210216220258.26422-1-vincent.legoll@gmail.com
* gnu/packages/version-control.scm (fossil): Update to 2.14.
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
--
2.30.0
Vincent Legoll wrote 4 years ago
Re: bug#46571: Acknowledgement ([PATCH] gnu: fossil: Update to 2.14.)
(address . 46571@debbugs.gnu.org)
CAEwRq=r36tJyC3ctiRHjUbM+0razyFxA-t2Y9pA5cP6tQZ1OUA@mail.gmail.com
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 wrote 4 years ago
Re: [bug#46571] [PATCH] gnu: fossil: Update to 2.14.
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 46571-done@debbugs.gnu.org)
YDFUen0CXtY7sQyi@jasmine.lan
On Tue, Feb 16, 2021 at 11:02:58PM +0100, Vincent Legoll wrote:
Toggle quote (2 lines)
> * gnu/packages/version-control.scm (fossil): Update to 2.14.

Thanks! Pushed as 98c5f5150206a99c4d4f84aae095eb38249a9e22
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 46571@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46571
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help