mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -632,6 +632,7 @@ (define-public python-editdistance
|
|||
(uri (git-reference
|
||||
(url "https://github.com/aflc/editdistance.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l43svsv12crvzphrgi6x435z6xg8m086c64armp8wzb4l8ccm7g"))))
|
||||
|
|
Loading…
Reference in a new issue