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

View file

@ -3951,7 +3951,7 @@ (define-public ocaml4.02-ezjsonm
(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"))))