efraim pushed a commit to branch master
in repository guix.
commit a2250d17936460e7159fa2d25a585e405b50f2cc
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Nov 14 15:21:42 2022 +0200
gnu: python-readability-lxml: Add source file-name.
* gnu/packages/python-xyz.scm (python-readability-lxml)[source]: Add
file-name field.
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
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"))