mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: fossil: Update to 2.11.
* gnu/packages/version-control.scm (fossil): Update to 2.11.
This commit is contained in:
parent
18e86ea982
commit
20771f4043
1 changed files with 2 additions and 3 deletions
|
@ -2171,7 +2171,7 @@ (define-public git-annex-remote-rclone
|
|||
(define-public fossil
|
||||
(package
|
||||
(name "fossil")
|
||||
(version "2.10")
|
||||
(version "2.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2179,8 +2179,7 @@ (define-public fossil
|
|||
"https://www.fossil-scm.org/index.html/uv/"
|
||||
"fossil-src-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"041bs4fgk52fw58p7s084pxk9d9vs5v2f2pjbznqawz75inpg8yq"))
|
||||
(base32 "0c9nzx42wxfmym9vf1pnbdb1c7gp7a7zqky60izxsph7w2xh8nix"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue