gnu: ocaml-octavius: Update to 1.2.2.
* gnu/packages/ocaml.scm (ocaml-octavius): Update to 1.2.2.master
parent
68f3ba37db
commit
8965111768
|
@ -4429,7 +4429,7 @@ storage of large amounts of data.")
|
||||||
(define-public ocaml-octavius
|
(define-public ocaml-octavius
|
||||||
(package
|
(package
|
||||||
(name "ocaml-octavius")
|
(name "ocaml-octavius")
|
||||||
(version "1.2.1")
|
(version "1.2.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4438,8 +4438,17 @@ storage of large amounts of data.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ck6yj6z5rvqyl39rz87ca1bnk0f1dpgvlk115631hjh8bwpfvfq"))))
|
"1c5m51xcn2jv42kjjpklr6g63sgx1k885wfdp1yr4wrmiaj9cbpx"))))
|
||||||
(build-system dune-build-system)
|
(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")))
|
(properties `((upstream-name . "octavius")))
|
||||||
(home-page "https://github.com/ocaml-doc/octavius")
|
(home-page "https://github.com/ocaml-doc/octavius")
|
||||||
(synopsis "Ocamldoc comment syntax parser")
|
(synopsis "Ocamldoc comment syntax parser")
|
||||||
|
|
Reference in New Issue