guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ocaml-octavius: Update to 1.2.2.


From: guix-commits
Subject: branch master updated: gnu: ocaml-octavius: Update to 1.2.2.
Date: Fri, 15 May 2020 08:45:15 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8965111  gnu: ocaml-octavius: Update to 1.2.2.
8965111 is described below

commit 89651117686da547ac6b1a97dbfeee601dd06934
Author: Julien Lepiller <address@hidden>
AuthorDate: Fri May 15 14:44:28 2020 +0200

    gnu: ocaml-octavius: Update to 1.2.2.
    
    * gnu/packages/ocaml.scm (ocaml-octavius): Update to 1.2.2.
---
 gnu/packages/ocaml.scm | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 5258546..39d56e9 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4429,7 +4429,7 @@ storage of large amounts of data.")
 (define-public ocaml-octavius
   (package
     (name "ocaml-octavius")
-    (version "1.2.1")
+    (version "1.2.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4438,8 +4438,17 @@ storage of large amounts of data.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ck6yj6z5rvqyl39rz87ca1bnk0f1dpgvlk115631hjh8bwpfvfq"))))
+                "1c5m51xcn2jv42kjjpklr6g63sgx1k885wfdp1yr4wrmiaj9cbpx"))))
     (build-system dune-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-before 'build 'make-writable
+           (lambda _
+             (for-each (lambda (file)
+                         (chmod file #o644))
+                       (find-files "." "."))
+             #t)))))
     (properties `((upstream-name . "octavius")))
     (home-page "https://github.com/ocaml-doc/octavius";)
     (synopsis "Ocamldoc comment syntax parser")



reply via email to

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