mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ocaml-octavius: Update to 1.2.1.
* gnu/packages/ocaml.scm (ocaml-octavius): Update to 1.2.1.
This commit is contained in:
parent
22cd6a1d4f
commit
44b8507d5e
1 changed files with 2 additions and 2 deletions
|
@ -4183,7 +4183,7 @@ (define-public ocaml-bin-prot
|
||||||
(define-public ocaml-octavius
|
(define-public ocaml-octavius
|
||||||
(package
|
(package
|
||||||
(name "ocaml-octavius")
|
(name "ocaml-octavius")
|
||||||
(version "1.2.0")
|
(version "1.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4192,7 +4192,7 @@ (define-public ocaml-octavius
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gqfbwsh0zq4b9mvvlmg3zhpbfbvq8swqr31320aibbqydwf77hr"))))
|
"1ck6yj6z5rvqyl39rz87ca1bnk0f1dpgvlk115631hjh8bwpfvfq"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(properties `((upstream-name . "octavius")))
|
(properties `((upstream-name . "octavius")))
|
||||||
(home-page "https://github.com/ocaml-doc/octavius")
|
(home-page "https://github.com/ocaml-doc/octavius")
|
||||||
|
|
Loading…
Reference in a new issue