gnu: python-apsw: Declare a source file-name.

* gnu/packages/databases.scm (python-apsw)[source]: Declare a source
file-name.
master
Efraim Flashner 2018-03-04 11:55:37 +02:00
parent c2c04cde9b
commit f5c847ebd0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -2285,6 +2285,7 @@ PickleShare.")
(method url-fetch)
(uri (string-append "https://github.com/rogerbinns/apsw/archive/"
version ".tar.gz"))
(file-name (string-append "apsw-" version ".tar.gz"))
(sha256
(base32
"00ai7m2pqi26qaflhz314d8k5i3syw7xzr145fhfl0crhyh6adz2"))))