summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2021-12-22 00:05:12 +0100
committerJulien Lepiller <julien@lepiller.eu>2021-12-22 00:05:32 +0100
commitbf8e084d1d19f8c2444d8f6ec3a5cbea28637924 (patch)
tree3d0fa3df38494d4ee09fc8178c7ee5fa20d90fa0 /gnu/packages/ocaml.scm
parent0b2d0d1148b7b462c34de3310dbbb4300ac6ebd3 (diff)
downloadguix-patches-bf8e084d1d19f8c2444d8f6ec3a5cbea28637924.tar
guix-patches-bf8e084d1d19f8c2444d8f6ec3a5cbea28637924.tar.gz
gnu: ocaml-findlib: Update to 1.9.1.
* gnu/packages/ocaml.scm (ocaml-findlib): Update to 1.9.1.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-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 624637dd8a..5247061bf1 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1251,14 +1251,14 @@ to the other.")
(define-public ocaml-findlib
(package
(name "ocaml-findlib")
- (version "1.8.1")
+ (version "1.9.1")
(source (origin
(method url-fetch)
(uri (string-append "http://download.camlcity.org/download/"
"findlib" "-" version ".tar.gz"))
(sha256
(base32
- "00s3sfb02pnjmkax25pcnljcnhcggiliccfz69a72ic7gsjwz1cf"))))
+ "1qhgk25avmz4l4g47g8jvk0k1g9p9d5hbdrwpz2693a8ajyvhhib"))))
(build-system gnu-build-system)
(native-inputs
(list m4 ocaml))