summary refs log tree commit diff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-11-03 13:10:47 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-11-03 13:24:17 +0100
commitc1cafe27a127c81afa8815ccebcd6ca74b5d03a7 (patch)
tree5256123db02e9692cf4d78530038c2910bfc0dae
parent0e1b544002f94cb98213503e20388f5e2f46d968 (diff)
downloadguix-c1cafe27a127c81afa8815ccebcd6ca74b5d03a7.tar.gz
gnu: ocaml-digestif: Update to 1.1.3.
* gnu/packages/ocaml.scm (ocaml-digestif): Update to 1.1.3.
-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 c980a2dbaf..2c735823a0 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -8687,7 +8687,7 @@ constant-time to avoid timing-attack with crypto stuff.")
 (define-public ocaml-digestif
   (package
     (name "ocaml-digestif")
-    (version "1.1.2")
+    (version "1.1.3")
     (home-page "https://github.com/mirage/digestif")
     (source
      (origin
@@ -8698,7 +8698,7 @@ constant-time to avoid timing-attack with crypto stuff.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0mc233d63y04jznsn3bxncgv7fkvyngbv6hcka412iq0y3x4qsmq"))))
+         "0x5iskavqkclr5mk2q6jvh5h1v81krqi4v353rj4xsmdqb33s0f1"))))
     (build-system dune-build-system)
     (propagated-inputs (list ocaml-eqaf))
     (native-inputs