mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 00:55:56 +02:00
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>
This commit is contained in:
committed by
Julien Lepiller
parent
e97ac73a1a
commit
9061347a48
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user