gnu: ocaml-result: Declare a source file-name.

* gnu/packages/ocaml.scm (ocaml-result)[source]: Declare a source
file-name.
master
Efraim Flashner 2018-03-13 21:22:48 +02:00
parent b965c1ca62
commit 232557c159
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -1309,6 +1309,7 @@ powerful.")
(method url-fetch)
(uri (string-append "https://github.com/janestreet/result"
"/archive/" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1pgpfsgvhxnh0i37fkvp9j8nadns9hz9iqgabj4dr519j2gr1xvw"))))