mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: ocaml-extlib: Update to 1.7.8.
* gnu/packages/ocaml.scm (ocaml-extlib): Update to 1.7.8. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
52e9a8f581
commit
8b9d17e770
1 changed files with 2 additions and 2 deletions
|
@ -538,14 +538,14 @@ (define-public camlidl
|
|||
(define-public ocaml-extlib
|
||||
(package
|
||||
(name "ocaml-extlib")
|
||||
(version "1.7.7")
|
||||
(version "1.7.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://ygrek.org/p/release/ocaml-extlib/"
|
||||
"extlib-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1sxmzc1mx3kg62j8kbk0dxkx8mkf1rn70h542cjzrziflznap0s1"))))
|
||||
"0npq4hq3zym8nmlyji7l5cqk6drx2rkcx73d60rxqh5g8dla8p4k"))))
|
||||
(build-system ocaml-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue