me
/
guix
Archived
1
0
Fork 0

gnu: python-cloudscraper: Update to 1.2.48.

* gnu/packages/python-web.scm (python-cloudscraper): Update to 1.2.48.
master
Tobias Geerinckx-Rice 2020-11-15 14:51:22 +01:00
parent 73b305737c
commit 8c39cfd0e6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -5138,14 +5138,13 @@ Encoding for HTTP.")
(define-public python-cloudscraper
(package
(name "python-cloudscraper")
(version "1.2.46")
(version "1.2.48")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cloudscraper" version))
(sha256
(base32
"1br4p648yassywsd7whz1c7s10rwdysnd7wdqfjq9bksqfxrac3r"))
(base32 "0qjxzb0z5bprvmdhx42ayqhlhi2h49d9dwc0vvycj817s71f2sxv"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "cloudscraper"