mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: opam: Update to 2.0.4.
* gnu/packages/ocaml.scm (opam): Update to 2.0.4.
This commit is contained in:
parent
81343b9a34
commit
ee6c4b62b8
1 changed files with 2 additions and 2 deletions
|
@ -473,7 +473,7 @@ (define-public ocaml-opam-file-format
|
|||
(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 @@ (define-public opam
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"151zvyijrapi805xm0j88ixlrhdbssfagxr2i1w25aagcd18n5y4"))))
|
||||
"1yx5k8v5vnnc20fmz5zx8kqd242j48qcknlk6vmkr7rkq886ipq2"))))
|
||||
(build-system ocaml-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue