gnu: mod-wsgi: Declare a source file-name.

* gnu/packages/web.scm (mod-wsgi)[source]: Declare a source file-name.
master
Efraim Flashner 2018-03-13 21:35:31 +02:00
parent 29a3905452
commit da0baf117d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ and its related documentation.")
(uri (string-append
"https://github.com/GrahamDumpleton/mod_wsgi/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0n1yhmrfp8mjbsngmyjl937c6rc0069p6wdi1lknrbn1q42hzw6q"))))