summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-15 00:07:28 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-15 05:11:31 +0200
commitb42a72bed1c6cda9b79a65ec42ce892821f1bb29 (patch)
tree2338103357309d6aeea2c4636780108a3b865916
parent8da3f78e5780649a63ed1f8343cf492e723cba43 (diff)
downloadpatches-b42a72bed1c6cda9b79a65ec42ce892821f1bb29.tar
patches-b42a72bed1c6cda9b79a65ec42ce892821f1bb29.tar.gz
gnu: ocaml4.02-ezjsonm: Fix tag.
* gnu/packages/ocaml.scm (ocaml4.02-ezjsonm)[source]: Drop unnecessary "v"" from git tag.
-rw-r--r--gnu/packages/ocaml.scm2
1 files changed, 1 insertions, 1 deletions
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"))))