guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: fossil: Update to 2.11.


From: guix-commits
Subject: 01/02: gnu: fossil: Update to 2.11.
Date: Wed, 27 May 2020 13:11:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 20771f4043990632b73187b10d1851a1244df4e6
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed May 27 19:09:46 2020 +0200

    gnu: fossil: Update to 2.11.
    
    * gnu/packages/version-control.scm (fossil): Update to 2.11.
---
 gnu/packages/version-control.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index df00c4a..2e3607f 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2171,7 +2171,7 @@ by rclone usable with git-annex.")
 (define-public fossil
   (package
     (name "fossil")
-    (version "2.10")
+    (version "2.11")
     (source
      (origin
        (method url-fetch)
@@ -2179,8 +2179,7 @@ by rclone usable with git-annex.")
               "https://www.fossil-scm.org/index.html/uv/";
               "fossil-src-" version ".tar.gz"))
        (sha256
-        (base32
-         "041bs4fgk52fw58p7s084pxk9d9vs5v2f2pjbznqawz75inpg8yq"))
+        (base32 "0c9nzx42wxfmym9vf1pnbdb1c7gp7a7zqky60izxsph7w2xh8nix"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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