guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: fossil: Update to 2.14.


From: guix-commits
Subject: branch core-updates updated: gnu: fossil: Update to 2.14.
Date: Sat, 20 Feb 2021 13:26:53 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new 98c5f51  gnu: fossil: Update to 2.14.
98c5f51 is described below

commit 98c5f5150206a99c4d4f84aae095eb38249a9e22
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Tue Feb 16 23:02:58 2021 +0100

    gnu: fossil: Update to 2.14.
    
    * gnu/packages/version-control.scm (fossil): Update to 2.14.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index e7cdb16..92d1fe9 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



reply via email to

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