gnu: ocaml-markup: Update to 1.0.3.

* gnu/packages/ocaml.scm (ocaml-markup): Update to 1.0.3.
This commit is contained in:
Julien Lepiller 2022-04-30 19:18:27 +02:00
parent 59ec6c00b0
commit 1383cf4b3a
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -7079,7 +7079,7 @@ (define-public ocaml-timezone
(define-public ocaml-markup
(package
(name "ocaml-markup")
(version "1.0.2")
(version "1.0.3")
(home-page "https://github.com/aantron/markup.ml")
(source
(origin
@ -7090,7 +7090,7 @@ (define-public ocaml-markup
(file-name (git-file-name name version))
(sha256
(base32
"1kvqwrrcrys5d0kzdwxcj66jpi6sdhfas4pcg02pixx92q87vhqm"))))
"1acgcbhx4rxx92rf65lsns588d6zzfrin2pnpkx24jw5vbgz7idn"))))
(build-system dune-build-system)
(arguments
`(#:package "markup"))