3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3451,6 +3451,7 @@ and 4 (random based) according to RFC 4122.")
(method url-fetch)
(uri (string-append "https://github.com/alavrik/piqi-ocaml/"
"archive/v" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0ngz6y8i98i5v2ma8nk6mc83pdsmf2z0ks7m3xi6clfg3zqbddrv"))))