gnu: fossil: Update to 2.10.
* gnu/packages/version-control.scm (fossil): Update to 2.10. [source]: Remove obsolete alternate URL. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
336d7644b3
commit
8a4608b4bf
@ -2105,21 +2105,16 @@ by rclone usable with git-annex.")
|
|||||||
(define-public fossil
|
(define-public fossil
|
||||||
(package
|
(package
|
||||||
(name "fossil")
|
(name "fossil")
|
||||||
(version "2.8")
|
(version "2.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; Older downloads are moved to another URL.
|
(uri (string-append
|
||||||
(uri (list
|
|
||||||
(string-append
|
|
||||||
"https://www.fossil-scm.org/index.html/uv/download/"
|
|
||||||
"fossil-src-" version ".tar.gz")
|
|
||||||
(string-append
|
|
||||||
"https://www.fossil-scm.org/index.html/uv/"
|
"https://www.fossil-scm.org/index.html/uv/"
|
||||||
"fossil-src-" version ".tar.gz")))
|
"fossil-src-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pbinf8d2kj1j7niblhzjd2l2khg6r2pn2xvig6gavz27p3vwcka"))
|
"041bs4fgk52fw58p7s084pxk9d9vs5v2f2pjbznqawz75inpg8yq"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user