summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-04-26 17:47:44 +0200
committerJulien Lepiller <julien@lepiller.eu>2019-04-26 18:28:46 +0200
commit44b8507d5eb227ac26fcad7121b12e1d1058a314 (patch)
tree32b624e2d8a5a6660a1eb108dec0862f0d47dddd
parent22cd6a1d4f81c2e92e92d5fe5c244cd895b046c6 (diff)
downloadgnu-guix-44b8507d5eb227ac26fcad7121b12e1d1058a314.tar
gnu-guix-44b8507d5eb227ac26fcad7121b12e1d1058a314.tar.gz
gnu: ocaml-octavius: Update to 1.2.1.
* gnu/packages/ocaml.scm (ocaml-octavius): Update to 1.2.1.
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index b6df41412d..6bc042dbdc 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4183,7 +4183,7 @@ storage of large amounts of data.")
(define-public ocaml-octavius
(package
(name "ocaml-octavius")
- (version "1.2.0")
+ (version "1.2.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4192,7 +4192,7 @@ storage of large amounts of data.")
(file-name (git-file-name name version))
(sha256
(base32
- "0gqfbwsh0zq4b9mvvlmg3zhpbfbvq8swqr31320aibbqydwf77hr"))))
+ "1ck6yj6z5rvqyl39rz87ca1bnk0f1dpgvlk115631hjh8bwpfvfq"))))
(build-system dune-build-system)
(properties `((upstream-name . "octavius")))
(home-page "https://github.com/ocaml-doc/octavius")