all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34265] [PATCH 1/9] gnu: dune: Update to 1.6.3.
@ 2019-01-31 16:18 Gabriel Hondet
  2019-01-31 16:20 ` [bug#34265] [PATCH 2/9] gnu: sexplib0: Update to 0.12-preview.120.18+252 Gabriel Hondet
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Gabriel Hondet @ 2019-01-31 16:18 UTC (permalink / raw)
  To: 34265

[-- Attachment #1: Type: text/plain, Size: 976 bytes --]

* gnu/packages/ocaml.scm (dune): Update to 1.6.3.
---
 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 a32cee44d..986e435f4 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1391,14 +1391,14 @@ coverage information.")
 (define-public dune
   (package
     (name "dune")
-    (version "1.2.1")
+    (version "1.6.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/ocaml/dune/releases/"
                                   "download/" version "/dune-" version ".tbz"))
               (sha256
                (base32
-                "00c5dbm4hkdapc2i7pg07b2lj8sv6ly38qr7zid58cdmbmzq21z9"))))
+                "0dmf0wbfmgdy5plz1bjiisc2hjgblvxsnrqjmw2c8y45v1h23mdz"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:tests? #f; require odoc
-- 
2.20.1

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2019-02-04 21:13 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-31 16:18 [bug#34265] [PATCH 1/9] gnu: dune: Update to 1.6.3 Gabriel Hondet
2019-01-31 16:20 ` [bug#34265] [PATCH 2/9] gnu: sexplib0: Update to 0.12-preview.120.18+252 Gabriel Hondet
2019-01-31 17:28   ` Julien Lepiller
2019-01-31 17:49     ` Gabriel Hondet
2019-02-01  8:22       ` Gabriel Hondet
2019-02-01  8:38         ` [bug#34265] [PATCH 1/3] gnu: dune: Update to 1.6.3 Gabriel Hondet
2019-02-01  8:49         ` [bug#34265] [PATCH 2/3] gnu: ocaml-migrate-parsetree: Update to 1.2.0 Gabriel Hondet
2019-02-01  8:50         ` [bug#34265] [PATCH 3/3] gnu: Add ocaml-ppx-inline-test Gabriel Hondet
2019-02-04 21:12   ` bug#34265: [PATCH 2/9] gnu: sexplib0: Update to 0.12-preview.120.18+252 Julien Lepiller
2019-01-31 16:28 ` [bug#34265] [PATCH 3/9] gnu: ocaml-ppx-derivers: Fix libdir install Gabriel Hondet
2019-01-31 16:39 ` [bug#34265] [PATCH 4/9] gnu: ocaml-stdio: " Gabriel Hondet
2019-01-31 16:50 ` [bug#34265] [PATCH 5/9] gnu: ocaml-base: Update to 0.12-preview.120.18+252 Gabriel Hondet
2019-01-31 16:54 ` [bug#34265] [PATCH 6/9] gnu: ocaml-migrate-parsetree: Update to 1.2.0 Gabriel Hondet
2019-01-31 16:56 ` [bug#34265] [PATCH 7/9] gnu: ocaml-compiler-libs: Fix libdir install Gabriel Hondet
2019-01-31 16:58 ` [bug#34265] [PATCH 8/9] gnu: ocaml-ppxlib: Update to 0.5.0 Gabriel Hondet
2019-01-31 17:05 ` [bug#34265] [PATCH 9/9] gnu: Add ocaml-ppx-inline-test Gabriel Hondet

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.