~ruther/guix-local

9061347a480cb4415ddb936831967a9542c6e7e4 — Jaime Marquínez Ferrándiz 10 months ago e97ac73
gnu: ocaml-extlib: update to 1.8.0.

* gnu/packages/ocaml.scm (ocaml-extlib): Update to 1.8.0.

Change-Id: Ia78a8b750d4f0820eb37c0c783cdb79a80a602dd
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/ocaml.scm
M gnu/packages/ocaml.scm => gnu/packages/ocaml.scm +2 -2
@@ 638,14 638,14 @@ code for interfacing Caml with C from an IDL description of the C functions.")
(define-public ocaml-extlib
  (package
    (name "ocaml-extlib")
    (version "1.7.9")
    (version "1.8.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://ygrek.org/p/release/ocaml-extlib/"
                                  "extlib-" version ".tar.gz"))
              (sha256
               (base32
                "1jydzw2n84cfiz9y6lk4gih4wbr8jybanmiryfs01svd07g4vpjq"))))
                "0w2xskv8hl0fwjri68q5bpf6n36ab4fp1q08zkfqw2i807q7fhln"))))
    (build-system dune-build-system)
    (arguments
     (list #:package "extlib"))