mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ocaml-findlib: Update to 1.9.1.
* gnu/packages/ocaml.scm (ocaml-findlib): Update to 1.9.1.
This commit is contained in:
parent
0b2d0d1148
commit
bf8e084d1d
1 changed files with 2 additions and 2 deletions
|
@ -1251,14 +1251,14 @@ (define-public unison
|
||||||
(define-public ocaml-findlib
|
(define-public ocaml-findlib
|
||||||
(package
|
(package
|
||||||
(name "ocaml-findlib")
|
(name "ocaml-findlib")
|
||||||
(version "1.8.1")
|
(version "1.9.1")
|
||||||
(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
|
||||||
"00s3sfb02pnjmkax25pcnljcnhcggiliccfz69a72ic7gsjwz1cf"))))
|
"1qhgk25avmz4l4g47g8jvk0k1g9p9d5hbdrwpz2693a8ajyvhhib"))))
|
||||||
(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