gnu: opam: Update to 2.0.7.
* gnu/packages/ocaml.scm (opam): Update to 2.0.7.
This commit is contained in:
parent
32fd3e9c0b
commit
ef841e96b9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue