mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: python-cloudscraper: Add source file-name.
* gnu/packages/python-web.scm (python-cloudscraper)[source]: Add file-name field.
This commit is contained in:
parent
559173db9e
commit
da48b1e41f
1 changed files with 1 additions and 0 deletions
|
@ -5825,6 +5825,7 @@ (define-public python-cloudscraper
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue