gnu: python-readability-lxml: Add source file-name.
* gnu/packages/python-xyz.scm (python-readability-lxml)[source]: Add file-name field.
This commit is contained in:
parent
4d9b8ef391
commit
a2250d1793
1 changed files with 1 additions and 0 deletions
|
@ -28350,6 +28350,7 @@ number of words, syllables, and sentences.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/buriy/python-readability")
|
(url "https://github.com/buriy/python-readability")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13nfy2v0pbbf62jn9qwgi489gg97hbb22q6w3f78mnvjxd2m19rh"))
|
"13nfy2v0pbbf62jn9qwgi489gg97hbb22q6w3f78mnvjxd2m19rh"))
|
||||||
|
|
Reference in a new issue