mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: ocaml-extlib: Update to 1.7.7.
* gnu/packages/ocaml.scm (ocaml-extlib): Update to 1.7.7. [source]: Update TLD.
This commit is contained in:
parent
39a598c686
commit
bb79af865a
1 changed files with 3 additions and 3 deletions
|
@ -267,14 +267,14 @@ (define-public ocamlbuild
|
|||
(define-public ocaml-extlib
|
||||
(package
|
||||
(name "ocaml-extlib")
|
||||
(version "1.7.6")
|
||||
(version "1.7.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://ygrek.org.ua/p/release/ocaml-extlib/"
|
||||
(uri (string-append "https://ygrek.org/p/release/ocaml-extlib/"
|
||||
"extlib-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wfs20v1yj5apdbj7214wdsr17ayh0qqq7ihidndvc8nmmwfa1dz"))))
|
||||
"1sxmzc1mx3kg62j8kbk0dxkx8mkf1rn70h542cjzrziflznap0s1"))))
|
||||
(build-system ocaml-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue