diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-04-12 22:05:39 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-04-12 22:08:28 +0200 |
commit | ee6c4b62b88640f3828cf73a30377124e16cb95f (patch) | |
tree | 22915b4e70e852f44d287bc08997c6348b5ef75e /gnu/packages/ocaml.scm | |
parent | 81343b9a345d383695e68dc6c19af19ebf71cb3a (diff) | |
download | gnu-guix-ee6c4b62b88640f3828cf73a30377124e16cb95f.tar gnu-guix-ee6c4b62b88640f3828cf73a30377124e16cb95f.tar.gz |
gnu: opam: Update to 2.0.4.
* gnu/packages/ocaml.scm (opam): Update to 2.0.4.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files 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 |