me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-digestif: Update to 1.1.3.

* gnu/packages/ocaml.scm (ocaml-digestif): Update to 1.1.3.
Julien Lepiller 2022-11-03 13:10:47 +01:00
parent 0e1b544002
commit c1cafe27a1
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -8687,7 +8687,7 @@ constant-time to avoid timing-attack with crypto stuff.")
(define-public ocaml-digestif (define-public ocaml-digestif
(package (package
(name "ocaml-digestif") (name "ocaml-digestif")
(version "1.1.2") (version "1.1.3")
(home-page "https://github.com/mirage/digestif") (home-page "https://github.com/mirage/digestif")
(source (source
(origin (origin
@ -8698,7 +8698,7 @@ constant-time to avoid timing-attack with crypto stuff.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0mc233d63y04jznsn3bxncgv7fkvyngbv6hcka412iq0y3x4qsmq")))) "0x5iskavqkclr5mk2q6jvh5h1v81krqi4v353rj4xsmdqb33s0f1"))))
(build-system dune-build-system) (build-system dune-build-system)
(propagated-inputs (list ocaml-eqaf)) (propagated-inputs (list ocaml-eqaf))
(native-inputs (native-inputs