[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: ocaml-markup: Update to 1.0.2.
From: |
guix-commits |
Subject: |
01/06: gnu: ocaml-markup: Update to 1.0.2. |
Date: |
Fri, 20 Aug 2021 17:54:40 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit f916c827092aca86bd2581299f0335bcbae64f35
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Aug 9 03:57:38 2021 +0200
gnu: ocaml-markup: Update to 1.0.2.
* gnu/packages/ocaml.scm (ocaml-markup): Update to 1.0.2.
---
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 112751d..923d7b1 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6432,7 +6432,7 @@ the full Core is not available, such as in Javascript.")
(define-public ocaml-markup
(package
(name "ocaml-markup")
- (version "1.0.0")
+ (version "1.0.2")
(home-page "https://github.com/aantron/markup.ml")
(source
(origin
@@ -6443,7 +6443,7 @@ the full Core is not available, such as in Javascript.")
(file-name (git-file-name name version))
(sha256
(base32
- "09hkrf9pw6hpb9j06p5bddklpnjwdjpqza3bx2179l970yl67an9"))))
+ "1kvqwrrcrys5d0kzdwxcj66jpi6sdhfas4pcg02pixx92q87vhqm"))))
(build-system dune-build-system)
(arguments
`(#:package "markup"))
- branch master updated (903b68c -> 6d9d10a), guix-commits, 2021/08/20
- 03/06: gnu: opam: Update to 2.1.0., guix-commits, 2021/08/20
- 05/06: guix: dune-build-system: Add a profile parameter., guix-commits, 2021/08/20
- 01/06: gnu: ocaml-markup: Update to 1.0.2.,
guix-commits <=
- 02/06: gnu: ocaml-opam-file-format: Update to 2.1.3., guix-commits, 2021/08/20
- 04/06: gnu: ocaml-dune: Update to 2.9.0., guix-commits, 2021/08/20
- 06/06: gnu: ocaml4.07-base: Remove unnecessary arguments., guix-commits, 2021/08/20