guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#33079] [PATCH 13/34] gnu: opam: Update to 2.0.0.


From: Julien Lepiller
Subject: [bug#33079] [PATCH 13/34] gnu: opam: Update to 2.0.0.
Date: Wed, 17 Oct 2018 22:34:21 +0200

* gnu/packages/ocaml.scm (opam): Update to 2.0.0.
---
 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 8cb27a73a..8153fd50c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -328,7 +328,7 @@ functional, imperative and object-oriented styles of 
programming.")
 (define-public opam
   (package
     (name "opam")
-    (version "1.2.2")
+    (version "2.0.0")
     (source (origin
               (method url-fetch)
               ;; Use the '-full' version, which includes all the dependencies.
@@ -340,7 +340,7 @@ functional, imperative and object-oriented styles of 
programming.")
                )
               (sha256
                (base32
-                "004gwn6rbpcb53y3rpb3v23vk39rp2xmf0liyd5iy12ij8bigrhm"))))
+                "09gdpxiqmyr6z78l85d7pwhiwrycdi2xi1b2mafqr1sk9z5lzbcx"))))
     (build-system gnu-build-system)
     (arguments
      '(;; Sometimes, 'make -jX' would fail right after ./configure with
-- 
2.18.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]