Archived
1
0
Fork 0

gnu: opam: Update to 2.0.7.

* gnu/packages/ocaml.scm (opam): Update to 2.0.7.
This commit is contained in:
Julien Lepiller 2020-09-30 22:30:19 +02:00
parent 32fd3e9c0b
commit ef841e96b9
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -436,7 +436,7 @@ the opam file format.")
(define-public opam (define-public opam
(package (package
(name "opam") (name "opam")
(version "2.0.6") (version "2.0.7")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -445,7 +445,7 @@ the opam file format.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1vyga2jllsfsikppxyzljm4isfnnnl8k0rb44h8xaddjzdg1d4m8")))) "1p719ccn9wnzk6impsnwr809yh507h8f37dx9nn64b1hsyb5z8ax"))))
(build-system ocaml-build-system) (build-system ocaml-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags