From b42a72bed1c6cda9b79a65ec42ce892821f1bb29 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 15 Apr 2019 00:07:28 +0200 Subject: gnu: ocaml4.02-ezjsonm: Fix tag. * gnu/packages/ocaml.scm (ocaml4.02-ezjsonm)[source]: Drop unnecessary "v"" from git tag. --- gnu/packages/ocaml.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/ocaml.scm') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 78261ced4a..c06b5a09c2 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3951,7 +3951,7 @@ writing to these structures, and they are accessed via the Bigarray module.") (method git-fetch) (uri (git-reference (url "https://github.com/mirage/ezjsonm.git") - (commit (string-append "v" version)))) + (commit version))) (file-name (git-file-name name version)) (sha256 (base32 "1y6p3ga6vj1wx5dyns7hjgd0qgrrn2hnn323a7y5didgci5pybls")))) -- cgit v1.2.3