summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2021-11-05 23:12:31 +0100
committerJulien Lepiller <julien@lepiller.eu>2021-11-05 23:13:25 +0100
commitc55a64cb7e82e88e26c26995f983fc9675b6276e (patch)
treee9be4af0b5c46b46e3d52fa46e3f1e344cda60d5 /gnu
parent43cb6aa4a0898ebd160ed6ca61daf8440eaebc63 (diff)
downloadguix-c55a64cb7e82e88e26c26995f983fc9675b6276e.tar.gz
gnu: opam: Update to 2.1.1.
* gnu/packages/ocaml.scm (opam): Update to 2.1.1.
Diffstat (limited to 'gnu')
-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 660bc44bc7..b04ca1d287 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -776,7 +776,7 @@ the opam file format.")
 (define-public opam
   (package
     (name "opam")
-    (version "2.1.0")
+    (version "2.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -785,7 +785,7 @@ the opam file format.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "12l7l4pbzy71k1yc7ym5aczajszvc9bqkdnfg8xhqc8ch8j1h1lj"))))
+                "12cxpnkv8n90g66b31c7hsxl2yy537fgf19xhr6zn4n024bh6dh3"))))
     (build-system dune-build-system)
     (arguments
      `(#:test-target "."