me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-markup: Update to 1.0.2.

* gnu/packages/ocaml.scm (ocaml-markup): Update to 1.0.2.
Julien Lepiller 2021-08-09 03:57:38 +02:00
parent 903b68cac5
commit f916c82709
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -6432,7 +6432,7 @@ the full Core is not available, such as in Javascript.")
(define-public ocaml-markup (define-public ocaml-markup
(package (package
(name "ocaml-markup") (name "ocaml-markup")
(version "1.0.0") (version "1.0.2")
(home-page "https://github.com/aantron/markup.ml") (home-page "https://github.com/aantron/markup.ml")
(source (source
(origin (origin
@ -6443,7 +6443,7 @@ the full Core is not available, such as in Javascript.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"09hkrf9pw6hpb9j06p5bddklpnjwdjpqza3bx2179l970yl67an9")))) "1kvqwrrcrys5d0kzdwxcj66jpi6sdhfas4pcg02pixx92q87vhqm"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:package "markup")) `(#:package "markup"))