guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: opam: Update to 2.0.4.


From: guix-commits
Subject: 01/01: gnu: opam: Update to 2.0.4.
Date: Fri, 12 Apr 2019 16:08:52 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit ee6c4b62b88640f3828cf73a30377124e16cb95f
Author: Julien Lepiller <address@hidden>
Date:   Fri Apr 12 22:05:39 2019 +0200

    gnu: opam: Update to 2.0.4.
    
    * gnu/packages/ocaml.scm (opam): Update to 2.0.4.
---
 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 b466846..0190c39 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -473,7 +473,7 @@ the opam file fomat.")
 (define-public opam
   (package
     (name "opam")
-    (version "2.0.3")
+    (version "2.0.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -482,7 +482,7 @@ the opam file fomat.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "151zvyijrapi805xm0j88ixlrhdbssfagxr2i1w25aagcd18n5y4"))))
+                "1yx5k8v5vnnc20fmz5zx8kqd242j48qcknlk6vmkr7rkq886ipq2"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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