guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: camlp5: Update to 7.10.


From: guix-commits
Subject: 02/08: gnu: camlp5: Update to 7.10.
Date: Mon, 20 Jan 2020 19:12:39 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit c2eb8c7ef7941e9c5791de2b2447a8d48adabbb4
Author: Julien Lepiller <address@hidden>
AuthorDate: Mon Jan 20 23:10:22 2020 +0100

    gnu: camlp5: Update to 7.10.
    
    * gnu/packages/ocaml.scm (camlp5): Upadte to 7.10.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 0689ac9..34018ea 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -537,7 +537,7 @@ Git-friendly development workflow.")
 (define-public camlp5
   (package
     (name "camlp5")
-    (version "7.07")
+    (version "7.10")
     (source
      (origin
        (method git-fetch)
@@ -546,7 +546,7 @@ Git-friendly development workflow.")
              (commit (string-append "rel" (string-delete #\. version)))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1c8v45553ccbqha2ypfranqlgw06rr5wjr2hlnrx5bf9jfq0h0dn"))))
+        (base32 "1a1lgsc8350afdwmsznsys7m0c0cks4nw6irqz2f92g8g4vkk9b7"))))
     (build-system gnu-build-system)
     (inputs
      `(("ocaml" ,ocaml)))



reply via email to

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