aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2021-02-11 23:52:58 +0100
committerJulien Lepiller <julien@lepiller.eu>2021-02-11 23:53:40 +0100
commit6bf136c890ba001604e4f404410c7d9feee8dcb1 (patch)
tree95b1f7c6dcf569fd9068228851186e88929e4926
parentaf0e5164b8ccb392724fe850088aff5a4c91cc9d (diff)
downloadguix-6bf136c890ba001604e4f404410c7d9feee8dcb1.tar
guix-6bf136c890ba001604e4f404410c7d9feee8dcb1.tar.gz
gnu: opam: Update to 2.0.8.
* gnu/packages/ocaml.scm (opam): Update to 2.0.8.
-rw-r--r--gnu/packages/ocaml.scm4
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