diff options
Diffstat (limited to 'gnu')
| -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 | 
