gnu: camlp4: Update to 4.02+6.
* gnu/packages/ocaml.scm (camlp4): Update to 4.02+6.
This commit is contained in:
parent
d4bf3dacd2
commit
006faa3589
|
@ -196,14 +196,14 @@ Git-friendly development workflow.")
|
||||||
(define-public camlp4
|
(define-public camlp4
|
||||||
(package
|
(package
|
||||||
(name "camlp4")
|
(name "camlp4")
|
||||||
(version "4.02.0+1")
|
(version "4.02+6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/ocaml/camlp4/archive/"
|
(uri (string-append "https://github.com/ocaml/camlp4/archive/"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0055f4jiz82rgn581xhq3mr4qgq2qgdxqppmp8i2x1xnsim4h9pn"))
|
"0icdfzhsbgf89925gc8gl3fm8z2xzszzlib0v9dj5wyzkyv3a342"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
(file-name (string-append name "-" version ".tar.gz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("ocaml" ,ocaml)
|
(native-inputs `(("ocaml" ,ocaml)
|
||||||
|
|
Loading…
Reference in New Issue