diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-02-11 23:52:58 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-02-11 23:53:40 +0100 |
commit | 6bf136c890ba001604e4f404410c7d9feee8dcb1 (patch) | |
tree | 95b1f7c6dcf569fd9068228851186e88929e4926 /gnu/packages/ocaml.scm | |
parent | af0e5164b8ccb392724fe850088aff5a4c91cc9d (diff) | |
download | guix-6bf136c890ba001604e4f404410c7d9feee8dcb1.tar.gz guix-6bf136c890ba001604e4f404410c7d9feee8dcb1.zip |
gnu: opam: Update to 2.0.8.
* gnu/packages/ocaml.scm (opam): Update to 2.0.8.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 8a91a79c36..03895d0a53 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -485,7 +485,7 @@ the opam file format.") (define-public opam (package (name "opam") - (version "2.0.7") + (version "2.0.8") (source (origin (method git-fetch) (uri (git-reference @@ -494,7 +494,7 @@ the opam file format.") (file-name (git-file-name name version)) (sha256 (base32 - "1p719ccn9wnzk6impsnwr809yh507h8f37dx9nn64b1hsyb5z8ax")))) + "1z0ls6xxa4ws5xw0am5gxmh5apnmyhgkcphrncp53w34j8sfydsj")))) (build-system ocaml-build-system) (arguments `(#:configure-flags |