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

* gnu/packages/textutils.scm (python-editdistance)[source]: Declare a
source file-name.
master
Efraim Flashner 2018-03-13 21:44:16 +02:00
parent 348f8c8553
commit 54335b59f0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -632,6 +632,7 @@ source code.")
(uri (git-reference
(url "https://github.com/aflc/editdistance.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"1l43svsv12crvzphrgi6x435z6xg8m086c64armp8wzb4l8ccm7g"))))