diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-03-17 18:09:43 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-03-17 18:37:31 +0100 |
commit | 22d1cb7ffaaa513f5f2e522844256f871dcd1ec8 (patch) | |
tree | 5825068a44a956f2f92d9128d18912f15b93d9c2 /gnu | |
parent | 8ffab257ddb6c5df1ac43b9baeb5f0373bffb482 (diff) | |
download | patches-22d1cb7ffaaa513f5f2e522844256f871dcd1ec8.tar patches-22d1cb7ffaaa513f5f2e522844256f871dcd1ec8.tar.gz |
gnu: opam: Update to 2.0.3.
* gnu/packages/ocaml.scm (opam): Update to 2.0.3.
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 9a807a4cb6..ec1c080607 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -305,7 +305,7 @@ for building OCaml library and programs.") (define-public opam (package (name "opam") - (version "2.0.1") + (version "2.0.3") (source (origin (method url-fetch) ;; Use the '-full' version, which includes all the dependencies. @@ -317,7 +317,7 @@ for building OCaml library and programs.") ) (sha256 (base32 - "0z6r9qr4awcdn7wyrl5y5jm34jsjlnzd00py893f1hd0c6vg3xw1")))) + "1qphm1grxx5j8li7f9qfpih4ylrnjl08b4ym8ma4ln44l56xm285")))) (build-system gnu-build-system) (arguments '(;; Sometimes, 'make -jX' would fail right after ./configure with |