guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: camlp5: Update to 8.00.02.


From: guix-commits
Subject: 01/04: gnu: camlp5: Update to 8.00.02.
Date: Tue, 21 Dec 2021 20:34:43 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 0770201a204a2c4d708334508833a4a69e6c5504
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Dec 22 02:10:32 2021 +0100

    gnu: camlp5: Update to 8.00.02.
    
    * gnu/packages/ocaml.scm (camlp5): Update to 8.00.02.
---
 gnu/packages/ocaml.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 5247061..22e7437 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -882,19 +882,17 @@ Git-friendly development workflow.")
 (define-public camlp5
   (package
     (name "camlp5")
-    (version "7.13")
+    (version "8.00.02")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/camlp5/camlp5";)
-             (commit (string-append "rel" (string-delete #\. version)))))
+             (commit (string-append "rel" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1d9spy3f5ahixm8nxxk086kpslzva669a5scn49am0s7vx4i71kp"))))
+        (base32 "03qm99h2380x0y69sppg10yz1mwx7smkscia7pa175wmilifx8vy"))))
     (build-system gnu-build-system)
-    (inputs
-     (list ocaml))
     (arguments
      `(#:tests? #f  ; XXX TODO figure out how to run the tests
        #:phases
@@ -924,6 +922,10 @@ Git-friendly development workflow.")
              (install-file "etc/META" (string-append (assoc-ref outputs "out")
                                                      "/lib/ocaml/camlp5/"))
              #t)))))
+    (inputs
+     (list ocaml))
+    (native-inputs
+     (list perl))
     (home-page "https://camlp5.github.io/";)
     (synopsis "Pre-processor Pretty Printer for OCaml")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]