diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-01-06 21:53:24 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-01-07 11:27:34 +0200 |
commit | da48b1e41f20546bed1b995452844017503da781 (patch) | |
tree | 95c7ab450a86eb9e2e031071645e1c38af131d56 /gnu/packages/python-web.scm | |
parent | 559173db9e89ab3c8d57978dec26099ab9af6a28 (diff) | |
download | guix-da48b1e41f20546bed1b995452844017503da781.tar.gz |
gnu: python-cloudscraper: Add source file-name.
* gnu/packages/python-web.scm (python-cloudscraper)[source]: Add file-name field.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index bc7e21ca85..253b68e02c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5825,6 +5825,7 @@ Encoding for HTTP.") (url "https://github.com/VeNoMouS/cloudscraper") ;; Corresponds to 1.2.58 (commit "f3a3d067ea8b5238e9a0948aed0c3fa0d9c29b96"))) + (file-name (git-file-name name version)) (sha256 (base32 "18fbp086imabjxly04rrchbf6n6m05bpd150zxbw7z2w3mjnpsqd")) (modules '((guix build utils))) |