me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-extlib: Update to 1.7.7.

* gnu/packages/ocaml.scm (ocaml-extlib): Update to 1.7.7.
[source]: Update TLD.
master
Tobias Geerinckx-Rice 2020-06-03 19:59:50 +02:00
parent 39a598c686
commit bb79af865a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -267,14 +267,14 @@ for building OCaml library and programs.")
(define-public ocaml-extlib (define-public ocaml-extlib
(package (package
(name "ocaml-extlib") (name "ocaml-extlib")
(version "1.7.6") (version "1.7.7")
(source (origin (source (origin
(method url-fetch) (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")) "extlib-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0wfs20v1yj5apdbj7214wdsr17ayh0qqq7ihidndvc8nmmwfa1dz")))) "1sxmzc1mx3kg62j8kbk0dxkx8mkf1rn70h542cjzrziflznap0s1"))))
(build-system ocaml-build-system) (build-system ocaml-build-system)
(arguments (arguments
`(#:phases `(#:phases