summary refs log tree commit diff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2021-12-09 23:58:33 +0100
committerJulien Lepiller <julien@lepiller.eu>2021-12-09 23:59:21 +0100
commit4665e6a73b233e3755ffbba7ecfdbbb53dae87bd (patch)
treed54a6ccca1c0620da90085c4b04d3f051e5379c9 /gnu/packages/ocaml.scm
parent13bc332ed597ca44c746ddc821910037107ceade (diff)
downloadguix-4665e6a73b233e3755ffbba7ecfdbbb53dae87bd.tar.gz
gnu: opam: Update to 2.1.2.
* gnu/packages/ocaml.scm (opam): Update to 2.1.2.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-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 cf815336a7..d5d9a9138b 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 "."