mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
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:
parent
e69259352a
commit
a58dfd3eed
1 changed files with 2 additions and 2 deletions
|
@ -1404,14 +1404,14 @@ (define-public unison
|
||||||
(define-public ocaml-findlib
|
(define-public ocaml-findlib
|
||||||
(package
|
(package
|
||||||
(name "ocaml-findlib")
|
(name "ocaml-findlib")
|
||||||
(version "1.9.3")
|
(version "1.9.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://download.camlcity.org/download/"
|
(uri (string-append "http://download.camlcity.org/download/"
|
||||||
"findlib" "-" version ".tar.gz"))
|
"findlib" "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hfcwamcvinmww59b5i4yxbf0kxyzkp5qv3d1c7ybn9q52vgq463"))))
|
"0w9578j1561f5gi51sn2jgxm3kh3sn88cpannhdkqcdg1kk08iqd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list m4 ocaml))
|
(list m4 ocaml))
|
||||||
|
|
Loading…
Reference in a new issue