From ee6c4b62b88640f3828cf73a30377124e16cb95f Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Fri, 12 Apr 2019 22:05:39 +0200 Subject: 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 b4668463c0..0190c3937a 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 -- cgit v1.2.3