[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: ocaml-digestif: Update to 1.1.3.
From: |
guix-commits |
Subject: |
03/08: gnu: ocaml-digestif: Update to 1.1.3. |
Date: |
Thu, 3 Nov 2022 08:58:28 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit c1cafe27a127c81afa8815ccebcd6ca74b5d03a7
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Nov 3 13:10:47 2022 +0100
gnu: ocaml-digestif: Update to 1.1.3.
* gnu/packages/ocaml.scm (ocaml-digestif): Update to 1.1.3.
---
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 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
- branch master updated (058262eec4 -> e2802132e3), guix-commits, 2022/11/03
- 01/08: gnu: dune-bootstrap: Update to 3.5.0., guix-commits, 2022/11/03
- 02/08: gnu: ocaml-fileutils: Update to 0.6.4., guix-commits, 2022/11/03
- 08/08: gnu: dedukti: Update to 2.7., guix-commits, 2022/11/03
- 06/08: gnu: Remove emacs-flycheck-dedukti., guix-commits, 2022/11/03
- 07/08: gnu: Remove emacs-dedukti-mode., guix-commits, 2022/11/03
- 03/08: gnu: ocaml-digestif: Update to 1.1.3.,
guix-commits <=
- 05/08: gnu: ocaml-ssl: Update to 0.5.13., guix-commits, 2022/11/03
- 04/08: gnu: ocaml-ocp-index: Update to 1.3.4., guix-commits, 2022/11/03