GNU bug report logs - #49076
[PATCH] gnu: dune-bootstrap: Update to 2.8.5.

Previous Next

Package: guix-patches;

Reported by: Xinglu Chen <public <at> yoctocell.xyz>

Date: Thu, 17 Jun 2021 19:17:02 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#49076: closed ([PATCH] gnu: dune-bootstrap: Update to 2.8.5.)
Date: Fri, 18 Jun 2021 12:59:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 18 Jun 2021 08:57:49 -0400
with message-id <9062E211-0247-45D3-A435-DCAC153C1ADC <at> lepiller.eu>
and subject line Re: [PATCH] gnu: dune-bootstrap: Update to 2.8.5.
has caused the debbugs.gnu.org bug report #49076,
regarding [PATCH] gnu: dune-bootstrap: Update to 2.8.5.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
49076: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49076
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Xinglu Chen <public <at> yoctocell.xyz>
To: guix-patches <at> gnu.org
Cc: Julien Lepiller <julien <at> lepiller.eu>
Subject: [PATCH] gnu: dune-bootstrap: Update to 2.8.5.
Date: Thu, 17 Jun 2021 21:15:53 +0200
* gnu/packages/ocaml.scm (dune-bootstrap): Update to 2.8.5.
---
This would result in a rebuild of all the OCaml packages, there are only
around 200 of them, so I think its OK to target ’master’.

  ~/src/guix $ guix package -A ^ocaml | wc -l
  200

 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index dcfe8ce391..7dd9338458 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1589,7 +1589,7 @@ full_split, cut, rcut, etc..")
 (define dune-bootstrap
   (package
     (name "dune")
-    (version "2.7.1")
+    (version "2.8.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1598,7 +1598,7 @@ full_split, cut, rcut, etc..")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "10qgx83fq8b522y9mpllrp0l5cgmr2bs5s7aix5img21hlbm34in"))))
+                "0a1jj6njzsfjgklsirs6a79079wg4jhy6n888vg3dgp44awwq5jn"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:tests? #f; require odoc

base-commit: 99529872738d8da71570fa224ec7f1393c32c9b5
-- 
2.32.0




[Message part 3 (message/rfc822, inline)]
From: Julien Lepiller <julien <at> lepiller.eu>
To: 49076-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: dune-bootstrap: Update to 2.8.5.
Date: Fri, 18 Jun 2021 08:57:49 -0400
[Message part 4 (text/plain, inline)]
Oops, didn't send to tre right address. Pushed to master, thanks.

Le 17 juin 2021 15:15:53 GMT-04:00, Xinglu Chen <public <at> yoctocell.xyz> a écrit :
>* gnu/packages/ocaml.scm (dune-bootstrap): Update to 2.8.5.
>---
>This would result in a rebuild of all the OCaml packages, there are
>only
>around 200 of them, so I think its OK to target ’master’.
>
>  ~/src/guix $ guix package -A ^ocaml | wc -l
>  200
>
> gnu/packages/ocaml.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
>index dcfe8ce391..7dd9338458 100644
>--- a/gnu/packages/ocaml.scm
>+++ b/gnu/packages/ocaml.scm
>@@ -1589,7 +1589,7 @@ full_split, cut, rcut, etc..")
> (define dune-bootstrap
>   (package
>     (name "dune")
>-    (version "2.7.1")
>+    (version "2.8.5")
>     (source (origin
>               (method git-fetch)
>               (uri (git-reference
>@@ -1598,7 +1598,7 @@ full_split, cut, rcut, etc..")
>               (file-name (git-file-name name version))
>               (sha256
>                (base32
>-               
>"10qgx83fq8b522y9mpllrp0l5cgmr2bs5s7aix5img21hlbm34in"))))
>+               
>"0a1jj6njzsfjgklsirs6a79079wg4jhy6n888vg3dgp44awwq5jn"))))
>     (build-system ocaml-build-system)
>     (arguments
>      `(#:tests? #f; require odoc
>
>base-commit: 99529872738d8da71570fa224ec7f1393c32c9b5
>-- 
>2.32.0
[Message part 5 (text/html, inline)]

This bug report was last modified 3 years and 337 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.