gnu: ocaml-findlib: Update to 1.9.5.

* gnu/packages/ocaml.scm (ocaml-findlib): Update to 1.9.5.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
pukkamustard 2022-12-16 13:25:01 +00:00 committed by Julien Lepiller
parent e69259352a
commit a58dfd3eed
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1404,14 +1404,14 @@ (define-public unison
(define-public ocaml-findlib
(package
(name "ocaml-findlib")
(version "1.9.3")
(version "1.9.5")
(source (origin
(method url-fetch)
(uri (string-append "http://download.camlcity.org/download/"
"findlib" "-" version ".tar.gz"))
(sha256
(base32
"0hfcwamcvinmww59b5i4yxbf0kxyzkp5qv3d1c7ybn9q52vgq463"))))
"0w9578j1561f5gi51sn2jgxm3kh3sn88cpannhdkqcdg1kk08iqd"))))
(build-system gnu-build-system)
(native-inputs
(list m4 ocaml))