diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-11-14 15:21:42 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-11-14 15:21:42 +0200 |
commit | a2250d17936460e7159fa2d25a585e405b50f2cc (patch) | |
tree | 3d5e4efb0909e5d2194cb5fa8f723fd4a9cee228 /gnu/packages/python-xyz.scm | |
parent | 4d9b8ef3916964136e4b9fac3b0a775d6dade113 (diff) |
gnu: python-readability-lxml: Add source file-name.
* gnu/packages/python-xyz.scm (python-readability-lxml)[source]: Add
file-name field.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e26656fa32..7e10682e69 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -28350,6 +28350,7 @@ number of words, syllables, and sentences.") (uri (git-reference (url "https://github.com/buriy/python-readability") (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 (base32 "13nfy2v0pbbf62jn9qwgi489gg97hbb22q6w3f78mnvjxd2m19rh")) |