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

* gnu/packages/ocaml.scm (ocaml-bitstring)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner 2018-03-13 21:25:10 +02:00
parent 597beb8a5d
commit 0aee7fdc8c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -1244,6 +1244,7 @@ coverage information.")
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/xguerin/bitstring" (uri (string-append "https://github.com/xguerin/bitstring"
"/archive/v" version ".tar.gz")) "/archive/v" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0vy8ibrxccii1jbsk5q6yh1kxjigqvi7lhhcmizvd5gfhf7mfyc8")) "0vy8ibrxccii1jbsk5q6yh1kxjigqvi7lhhcmizvd5gfhf7mfyc8"))