mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: ocaml-digestif: Update to 1.1.3.
* gnu/packages/ocaml.scm (ocaml-digestif): Update to 1.1.3.
This commit is contained in:
parent
0e1b544002
commit
c1cafe27a1
1 changed files with 2 additions and 2 deletions
|
@ -8687,7 +8687,7 @@ (define-public ocaml-eqaf
|
|||
(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 @@ (define-public ocaml-digestif
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mc233d63y04jznsn3bxncgv7fkvyngbv6hcka412iq0y3x4qsmq"))))
|
||||
"0x5iskavqkclr5mk2q6jvh5h1v81krqi4v353rj4xsmdqb33s0f1"))))
|
||||
(build-system dune-build-system)
|
||||
(propagated-inputs (list ocaml-eqaf))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue