efraim pushed a commit to branch master
in repository guix.

commit b965c1ca62043495b531e3ec3d5eaa33be062334
Author: Efraim Flashner <efr...@flashner.co.il>
Date:   Tue Mar 13 21:21:43 2018 +0200

    gnu: ocaml-stringext: Declare a source file-name.
    
    * gnu/packages/ocaml.scm (ocaml-stringext)[source]: Declare a source
    file-name.
---
 gnu/packages/ocaml.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 6430310..2fccb12 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1164,6 +1164,7 @@ to use -- to sophisticated random generation of test 
cases.")
               (method url-fetch)
               (uri (string-append "https://github.com/rgrinberg/stringext";
                                   "/archive/v" version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
                 "19g6lfn03iki9f8h91hi0yiqn0b3wkxyq08b3y23wgv6jw6mssfh"))))

Reply via email to