mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: camlp5: Update to 7.10.
* gnu/packages/ocaml.scm (camlp5): Upadte to 7.10.
This commit is contained in:
parent
efeda080ef
commit
c2eb8c7ef7
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue