mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: opam: Update to 2.0.3.
* gnu/packages/ocaml.scm (opam): Update to 2.0.3.
This commit is contained in:
parent
8ffab257dd
commit
22d1cb7ffa
1 changed files with 2 additions and 2 deletions
|
@ -305,7 +305,7 @@ (define-public ocamlbuild
|
||||||
(define-public opam
|
(define-public opam
|
||||||
(package
|
(package
|
||||||
(name "opam")
|
(name "opam")
|
||||||
(version "2.0.1")
|
(version "2.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; Use the '-full' version, which includes all the dependencies.
|
;; Use the '-full' version, which includes all the dependencies.
|
||||||
|
@ -317,7 +317,7 @@ (define-public opam
|
||||||
)
|
)
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z6r9qr4awcdn7wyrl5y5jm34jsjlnzd00py893f1hd0c6vg3xw1"))))
|
"1qphm1grxx5j8li7f9qfpih4ylrnjl08b4ym8ma4ln44l56xm285"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; Sometimes, 'make -jX' would fail right after ./configure with
|
'(;; Sometimes, 'make -jX' would fail right after ./configure with
|
||||||
|
|
Loading…
Reference in a new issue