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

* gnu/packages/ocaml.scm (ocaml-piqi)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner 2018-03-13 21:23:57 +02:00
parent 232557c159
commit 597beb8a5d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3451,6 +3451,7 @@ (define-public ocaml-piqi
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/alavrik/piqi-ocaml/" (uri (string-append "https://github.com/alavrik/piqi-ocaml/"
"archive/v" version ".tar.gz")) "archive/v" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0ngz6y8i98i5v2ma8nk6mc83pdsmf2z0ks7m3xi6clfg3zqbddrv")))) "0ngz6y8i98i5v2ma8nk6mc83pdsmf2z0ks7m3xi6clfg3zqbddrv"))))