guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/26: gnu: opam: Update to 2.0.7.


From: guix-commits
Subject: 16/26: gnu: opam: Update to 2.0.7.
Date: Thu, 15 Oct 2020 12:02:08 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit ef841e96b97c7ee9517219e6eb2f779cc4686a0d
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Sep 30 22:30:19 2020 +0200

    gnu: opam: Update to 2.0.7.
    
    * gnu/packages/ocaml.scm (opam): Update to 2.0.7.
---
 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 aa9230c..756960d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -436,7 +436,7 @@ the opam file format.")
 (define-public opam
   (package
     (name "opam")
-    (version "2.0.6")
+    (version "2.0.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -445,7 +445,7 @@ the opam file format.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1vyga2jllsfsikppxyzljm4isfnnnl8k0rb44h8xaddjzdg1d4m8"))))
+                "1p719ccn9wnzk6impsnwr809yh507h8f37dx9nn64b1hsyb5z8ax"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]