From 6bf136c890ba001604e4f404410c7d9feee8dcb1 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Thu, 11 Feb 2021 23:52:58 +0100 Subject: [PATCH] gnu: opam: Update to 2.0.8. * gnu/packages/ocaml.scm (opam): Update to 2.0.8. --- gnu/packages/ocaml.scm | 4 ++-- 1 file 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 -- 2.20.1