diff options
author | Andreas Enge <andreas@enge.fr> | 2015-08-23 18:49:45 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-08-23 18:49:45 +0200 |
commit | 006faa3589cc12e0822b731a7fcf6778987a4b28 (patch) | |
tree | 2111f899d98ef5e78f62135353e57a742c83376a /gnu | |
parent | d4bf3dacd21ba2115e44cd8dd32fc4b95da0f5dd (diff) | |
download | patches-006faa3589cc12e0822b731a7fcf6778987a4b28.tar patches-006faa3589cc12e0822b731a7fcf6778987a4b28.tar.gz |
gnu: camlp4: Update to 4.02+6.
* gnu/packages/ocaml.scm (camlp4): Update to 4.02+6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 59cf836e4d..2db4cfd931 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -196,14 +196,14 @@ Git-friendly development workflow.") (define-public camlp4 (package (name "camlp4") - (version "4.02.0+1") + (version "4.02+6") (source (origin (method url-fetch) (uri (string-append "https://github.com/ocaml/camlp4/archive/" version ".tar.gz")) (sha256 (base32 - "0055f4jiz82rgn581xhq3mr4qgq2qgdxqppmp8i2x1xnsim4h9pn")) + "0icdfzhsbgf89925gc8gl3fm8z2xzszzlib0v9dj5wyzkyv3a342")) (file-name (string-append name "-" version ".tar.gz")))) (build-system gnu-build-system) (native-inputs `(("ocaml" ,ocaml) |