me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-extlib: Update to 1.7.9.

* gnu/packages/ocaml.scm (ocaml-extlib): Update to 1.7.9.
Julien Lepiller 2022-08-06 17:17:45 +02:00
parent 8c5af33762
commit 96465c4421
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -564,14 +564,14 @@ code for interfacing Caml with C from an IDL description of the C functions.")
(define-public ocaml-extlib (define-public ocaml-extlib
(package (package
(name "ocaml-extlib") (name "ocaml-extlib")
(version "1.7.8") (version "1.7.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://ygrek.org/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
"0npq4hq3zym8nmlyji7l5cqk6drx2rkcx73d60rxqh5g8dla8p4k")))) "1jydzw2n84cfiz9y6lk4gih4wbr8jybanmiryfs01svd07g4vpjq"))))
(build-system ocaml-build-system) (build-system ocaml-build-system)
(arguments (arguments
`(#:phases `(#:phases