gnu: python-editdistance: Declare a source file-name.
* gnu/packages/textutils.scm (python-editdistance)[source]: Declare a source file-name.
This commit is contained in:
parent
348f8c8553
commit
54335b59f0
|
@ -632,6 +632,7 @@ source code.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/aflc/editdistance.git")
|
(url "https://github.com/aflc/editdistance.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l43svsv12crvzphrgi6x435z6xg8m086c64armp8wzb4l8ccm7g"))))
|
"1l43svsv12crvzphrgi6x435z6xg8m086c64armp8wzb4l8ccm7g"))))
|
||||||
|
|
Loading…
Reference in New Issue