mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: camlp5: Update to 7.13.
* gnu/packages/ocaml.scm (camlp5): Update to 7.13.
This commit is contained in:
parent
aea459a504
commit
61949dbc8a
1 changed files with 2 additions and 2 deletions
|
@ -541,7 +541,7 @@ (define-public opam
|
|||
(define-public camlp5
|
||||
(package
|
||||
(name "camlp5")
|
||||
(version "7.12")
|
||||
(version "7.13")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -550,7 +550,7 @@ (define-public camlp5
|
|||
(commit (string-append "rel" (string-delete #\. version)))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "12ix5g15bys932hyf9gs637iz76m0ji9075d83jfdmx85q30llgf"))))
|
||||
(base32 "1d9spy3f5ahixm8nxxk086kpslzva669a5scn49am0s7vx4i71kp"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("ocaml" ,ocaml)))
|
||||
|
|
Loading…
Reference in a new issue