From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:40207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpFru-0004pe-H3 for guix-patches@gnu.org; Thu, 31 Jan 2019 12:11:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpFri-000872-6g for guix-patches@gnu.org; Thu, 31 Jan 2019 12:11:09 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53959) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gpFrh-00086W-W5 for guix-patches@gnu.org; Thu, 31 Jan 2019 12:11:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gpFrh-00064p-PN for guix-patches@gnu.org; Thu, 31 Jan 2019 12:11:01 -0500 Subject: [bug#34265] [PATCH 2/9] gnu: sexplib0: Update to 0.12-preview.120.18+252. References: <875zu4ycve.fsf@gmail.com> In-Reply-To: <875zu4ycve.fsf@gmail.com> Resent-Message-ID: From: Gabriel Hondet Date: Thu, 31 Jan 2019 17:20:24 +0100 Message-ID: <874l9oycqm.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 34265@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/packages/ocaml.scm (sexplib0): Update to 0.12-preview.120.18+252. =2D-- gnu/packages/ocaml.scm | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 986e435f4..5f95591d9 100644 =2D-- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -4903,27 +4903,37 @@ exclusion algorithms are typical examples of such s= ystems.") (define-public ocaml-sexplib0 (package (name "ocaml-sexplib0") =2D (version "0.11.0") + (version "0.12-preview.120.18+252") (home-page "https://github.com/janestreet/sexplib0") (source (origin (method git-fetch) (uri (git-reference (url (string-append home-page ".git")) =2D (commit (string-append "v" version)))) + (commit "7e602a00a9b7c037f3717cc60577a2aad8941830"))) (file-name (git-file-name name version)) (sha256 (base32 =2D "07v3ggyss7xhfv14bjk1n87sr42iqwj4cgjiv2lcdfkqk49i2bmi")))) + "0hrxy52nbnrd9l9v66klghsdy7xnbsjk85fb1rdkhcjcr38jnmad")))) (build-system dune-build-system) (arguments =2D '(#:tests? #f)) ;no tests + '(#:tests? #f ;no tests + #:phases + (modify-phases %standard-phases + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + (invoke "dune" "install" + (string-append "--libdir=3D" + (assoc-ref outputs "out") + "/lib/ocaml/site-lib") + (string-append "--prefix=3D" + (assoc-ref outputs "out")))))))) (synopsis "Library containing the definition of S-expressions and some base converters") (description "Part of Jane Street's Core library The Core suite of libraries is an industrial strength alternative to OCaml's standard library that was developed by Jane Street, the largest industrial user of OCaml.") =2D(license license:expat))) + (license license:expat))) =20 (define-public ocaml-parsexp (package =2D-=20 2.20.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE5ercJXBcjd3P1FcAMbyBBfZZ1CUFAlxTLAEACgkQMbyBBfZZ 1CWquA//ZpUp+jI+G6o7lh1u3EuEzNs47w80Jlrw3ed/8a15I+2KKjYuUi6SZd+O FXj2NMALOF+XS0ukZGzJ3pGm1irbVYF9rRs8NcnU9+U0evjAw7HZXNbWe8yeHWhW W6CptszsOubKmbpP7tqESD3K2BeH9ot/9ZfVJPkJ8zi+DT09E3jPs/l1BxPtHwsN 3dw2hRqfyubReRH41sndbM5IXQl3S04pvwYHQFCIu3c2xhVvWguTyGdTLJQ/5pgP F673reGoHS/8FQ/rDWxzUiIeI72hUWIBQM03Anph50REFK+0qFqHQnkXDo04bfeL qqNjgeMtG5m1JAueDZh9EBbcKlURJxJxNUHTGBnwW4L+Wtv9Yjq0uZmu3zCHFaET i0Jz2lK11Ai1CDUB6RQVOt+TnbvuTla83RiUsAa2Fnxyi0XXYmD/qBe6mRJdHPDj uK6OqscQ+7tCJORILtRQbCdd7qYsP0PfPir3hL9pVCylKmZEl30e1f6yAHEwC9pI AZqvkHOP1HPURSQNLkdtT0Ovrjv5tZBLdg3PZUuAqTEXA6kaJYeuSFT55lYImw1r X3KamkFzmu4ELNR/TBqJOcpcAeugpXo8IjioPoJHg6BKCh5TP9BJDlafpeJvxsOo edk7N0jDGVuLeqpeHsFEnGui5WyM1Z9pP2Era27NupI1EeB6Pok= =es5U -----END PGP SIGNATURE----- --=-=-=--