guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: opam: Update to 2.1.2.


From: guix-commits
Subject: branch master updated: gnu: opam: Update to 2.1.2.
Date: Thu, 09 Dec 2021 17:59:39 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4665e6a  gnu: opam: Update to 2.1.2.
4665e6a is described below

commit 4665e6a73b233e3755ffbba7ecfdbbb53dae87bd
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Dec 9 23:58:33 2021 +0100

    gnu: opam: Update to 2.1.2.
    
    * gnu/packages/ocaml.scm (opam): Update to 2.1.2.
---
 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 cf81533..d5d9a91 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -777,7 +777,7 @@ the opam file format.")
 (define-public opam
   (package
     (name "opam")
-    (version "2.1.1")
+    (version "2.1.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -786,7 +786,7 @@ the opam file format.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "12cxpnkv8n90g66b31c7hsxl2yy537fgf19xhr6zn4n024bh6dh3"))))
+                "0mdr32mg63yaw89p44zx8b9dxp1167ckmlxkp8svd6fwgb3z49yx"))))
     (build-system dune-build-system)
     (arguments
      `(#:test-target "."



reply via email to

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