gnu: ocaml4.02-ezjsonm: Fix tag.

* gnu/packages/ocaml.scm (ocaml4.02-ezjsonm)[source]: Drop unnecessary
"v"" from git tag.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-15 00:07:28 +02:00
parent 8da3f78e57
commit b42a72bed1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -3951,7 +3951,7 @@ writing to these structures, and they are accessed via the Bigarray module.")
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/mirage/ezjsonm.git") (url "https://github.com/mirage/ezjsonm.git")
(commit (string-append "v" version)))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1y6p3ga6vj1wx5dyns7hjgd0qgrrn2hnn323a7y5didgci5pybls")))) (base32 "1y6p3ga6vj1wx5dyns7hjgd0qgrrn2hnn323a7y5didgci5pybls"))))