unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40473] [PATCH] gnu: fossil: Update to 2.10.
@ 2020-04-06 14:14 John D. Boy
  2020-04-06 16:13 ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: John D. Boy @ 2020-04-06 14:14 UTC (permalink / raw)
  To: 40473; +Cc: John D . Boy

* 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#40473] [PATCH] gnu: fossil: Update to 2.10.
  2020-04-06 14:14 [bug#40473] [PATCH] gnu: fossil: Update to 2.10 John D. Boy
@ 2020-04-06 16:13 ` Leo Famulari
  2020-04-06 16:18   ` John D. Boy
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2020-04-06 16:13 UTC (permalink / raw)
  To: John D. Boy; +Cc: 40473

On Mon, Apr 06, 2020 at 04:14:56PM +0200, John D. Boy wrote:
> * gnu/packages/version-control.scm (fossil): Update to 2.10.

Thanks! I'm testing the build now.

> -       ;; 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 another
directory?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#40473] [PATCH] gnu: fossil: Update to 2.10.
  2020-04-06 16:13 ` Leo Famulari
@ 2020-04-06 16:18   ` John D. Boy
  2020-04-06 16:35     ` bug#40473: " Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: John D. Boy @ 2020-04-06 16:18 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 40473

> Thanks! I'm testing the build now.

Great, thanks!

> > -       ;; 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 another
> directory?

Yes, as far as I could tell they are now all in the same hierarchy under /uv.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#40473: [PATCH] gnu: fossil: Update to 2.10.
  2020-04-06 16:18   ` John D. Boy
@ 2020-04-06 16:35     ` Leo Famulari
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2020-04-06 16:35 UTC (permalink / raw)
  To: John D. Boy; +Cc: 40473-done

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-06 16:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-06 14:14 [bug#40473] [PATCH] gnu: fossil: Update to 2.10 John D. Boy
2020-04-06 16:13 ` Leo Famulari
2020-04-06 16:18   ` John D. Boy
2020-04-06 16:35     ` bug#40473: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).