On Mon, Apr 06, 2020 at 04:14:56PM +0200, John D. Boy wrote:
Toggle quote (2 lines)
> * gnu/packages/version-control.scm (fossil): Update to 2.10.
Thanks! I'm testing the build now.
Toggle quote (11 lines)
> - ;; Older downloads are moved to another URL.> - (uri (list> - (string-append> - "https://www.fossil-scm.org/index.html/uv/download/"> - "fossil-src-" version ".tar.gz")> - (string-append> + (uri (string-append> "https://www.fossil-scm.org/index.html/uv/"> - "fossil-src-" version ".tar.gz")))> + "fossil-src-" version ".tar.gz"))
Did they stop using this scheme of serving old tarballs to anotherdirectory?