gnu: camlp5: Update to 7.10.

* gnu/packages/ocaml.scm (camlp5): Upadte to 7.10.
This commit is contained in:
Julien Lepiller 2020-01-20 23:10:22 +01:00
parent efeda080ef
commit c2eb8c7ef7
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -537,7 +537,7 @@ (define-public opam
(define-public camlp5
(package
(name "camlp5")
(version "7.07")
(version "7.10")
(source
(origin
(method git-fetch)
@ -546,7 +546,7 @@ (define-public camlp5
(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)))