gnu: opam: Update to 2.1.1.

* gnu/packages/ocaml.scm (opam): Update to 2.1.1.
This commit is contained in:
Julien Lepiller 2021-11-05 23:12:31 +01:00
parent 43cb6aa4a0
commit c55a64cb7e
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -776,7 +776,7 @@ (define-public ocaml-opam-file-format
(define-public opam
(package
(name "opam")
(version "2.1.0")
(version "2.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -785,7 +785,7 @@ (define-public opam
(file-name (git-file-name name version))
(sha256
(base32
"12l7l4pbzy71k1yc7ym5aczajszvc9bqkdnfg8xhqc8ch8j1h1lj"))))
"12cxpnkv8n90g66b31c7hsxl2yy537fgf19xhr6zn4n024bh6dh3"))))
(build-system dune-build-system)
(arguments
`(#:test-target "."