GNU bug report logs -
#40473
[PATCH] gnu: fossil: Update to 2.10.
Previous Next
Reported by: "John D. Boy" <jboy <at> bius.moe>
Date: Mon, 6 Apr 2020 15:30:03 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#40473: [PATCH] gnu: fossil: Update to 2.10.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 40473 <at> debbugs.gnu.org.
--
40473: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40473
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
On Mon, Apr 06, 2020 at 04:18:07PM +0000, John D. Boy wrote:
> > Did they stop using this scheme of serving old tarballs to another
> > directory?
>
> Yes, as far as I could tell they are now all in the same hierarchy under /uv.
Okay, pushed as 8a4608b4bf4f13766b4e3d11577c61f398034544
[Message part 3 (message/rfc822, inline)]
* gnu/packages/version-control.scm (fossil): Update to 2.10.
---
gnu/packages/version-control.scm | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 8af54c6e35..8dc59d0439 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2105,21 +2105,16 @@ by rclone usable with git-annex.")
(define-public fossil
(package
(name "fossil")
- (version "2.8")
+ (version "2.10")
(source
(origin
(method url-fetch)
- ;; 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"))
(sha256
(base32
- "0pbinf8d2kj1j7niblhzjd2l2khg6r2pn2xvig6gavz27p3vwcka"))
+ "041bs4fgk52fw58p7s084pxk9d9vs5v2f2pjbznqawz75inpg8yq"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.20.1
This bug report was last modified 5 years and 42 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.