[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/26: gnu: camlp5: Update to 7.13.
From: |
guix-commits |
Subject: |
02/26: gnu: camlp5: Update to 7.13. |
Date: |
Thu, 15 Oct 2020 12:02:04 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 61949dbc8a475d2dd2c000b8fb0a8782b6ded02e
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Sep 30 17:45:43 2020 +0200
gnu: camlp5: Update to 7.13.
* gnu/packages/ocaml.scm (camlp5): Update to 7.13.
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 394db50..f5d7799 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -541,7 +541,7 @@ Git-friendly development workflow.")
(define-public camlp5
(package
(name "camlp5")
- (version "7.12")
+ (version "7.13")
(source
(origin
(method git-fetch)
@@ -550,7 +550,7 @@ Git-friendly development workflow.")
(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)))
- branch master updated (057a886 -> 3391779), guix-commits, 2020/10/15
- 02/26: gnu: camlp5: Update to 7.13.,
guix-commits <=
- 24/26: gnu: ocaml-jane-street-headers: Build only with OCaml 4.07., guix-commits, 2020/10/15
- 11/26: gnu: ocaml4.07-utop: Do not use deprecated jbuilder., guix-commits, 2020/10/15
- 13/26: gnu: ocaml4.07-ppx-expect: Do not use deprecated jbuilder., guix-commits, 2020/10/15
- 19/26: gnu: ocaml-fmt: Update to 0.8.9., guix-commits, 2020/10/15
- 25/26: gnu: ocaml-4.07: Ensure build with ocaml4.7-dune., guix-commits, 2020/10/15
- 15/26: gnu: ocaml-tyxml: Do not use deprecated jbuilder., guix-commits, 2020/10/15
- 26/26: gnu: dune: Update to 2.7.1., guix-commits, 2020/10/15
- 14/26: gnu: ocaml4.07-core: Do not use deprecated jbuilder., guix-commits, 2020/10/15
- 07/26: gnu: ocaml-bitstring: Do not use deprecated jbuilder., guix-commits, 2020/10/15
- 12/26: gnu: ocaml4.07-merlin: Do not use deprecated jbuilder., guix-commits, 2020/10/15