guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/54: gnu: ocaml-markup: Update to 1.0.3.


From: guix-commits
Subject: 11/54: gnu: ocaml-markup: Update to 1.0.3.
Date: Sun, 1 May 2022 07:16:03 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 1383cf4b3a9d4475a2d0b89cecc42f9275c6e12b
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Apr 30 19:18:27 2022 +0200

    gnu: ocaml-markup: Update to 1.0.3.
    
    * gnu/packages/ocaml.scm (ocaml-markup): Update to 1.0.3.
---
 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 3891698299..5be54f9c0d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7079,7 +7079,7 @@ that can later be used to manipulate time in core_kernel 
or core.")
 (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 @@ that can later be used to manipulate time in core_kernel 
or core.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1kvqwrrcrys5d0kzdwxcj66jpi6sdhfas4pcg02pixx92q87vhqm"))))
+         "1acgcbhx4rxx92rf65lsns588d6zzfrin2pnpkx24jw5vbgz7idn"))))
     (build-system dune-build-system)
     (arguments
      `(#:package "markup"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]