diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-09-04 22:50:07 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-09-04 23:08:38 +0200 |
commit | 5a3082eca81d8e7d99ed1dbafd5f7c0293d0739e (patch) | |
tree | 81ab42b224fa9e110f22d8e0392273ee018897bd /gnu/packages/ocaml.scm | |
parent | 69c83817f8fffddf177f6fb25908d2b496409476 (diff) | |
download | guix-5a3082eca81d8e7d99ed1dbafd5f7c0293d0739e.tar guix-5a3082eca81d8e7d99ed1dbafd5f7c0293d0739e.tar.gz |
gnu: opam: Update to 2.0.5.
* gnu/packages/ocaml.scm (opam): Update to 2.0.5.
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 643c245266..5da5027bc8 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -428,7 +428,7 @@ the opam file fomat.") (define-public opam (package (name "opam") - (version "2.0.4") + (version "2.0.5") (source (origin (method git-fetch) (uri (git-reference @@ -437,7 +437,7 @@ the opam file fomat.") (file-name (git-file-name name version)) (sha256 (base32 - "1yx5k8v5vnnc20fmz5zx8kqd242j48qcknlk6vmkr7rkq886ipq2")))) + "0pf2smq2sdcxryq5i87hz3dv05pb3zasb1is3kxq1pi1s4cn55mx")))) (build-system ocaml-build-system) (arguments `(#:configure-flags |