nckx pushed a commit to branch master
in repository guix.

commit b42a72bed1c6cda9b79a65ec42ce892821f1bb29
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Mon Apr 15 00:07:28 2019 +0200

    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(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 78261ce..c06b5a0 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"))))

Reply via email to