Archived
1
0
Fork 0

gnu: urlscan: Update to 0.9.7.

* gnu/packages/mail.scm (urlscan): Update to 0.9.7.
This commit is contained in:
Efraim Flashner 2021-11-26 15:46:16 +02:00
parent 63661eacca
commit 8ad22b42b1
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3950,13 +3950,13 @@ servers. The 4rev1 and 4 versions of IMAP are supported.")
(define-public urlscan (define-public urlscan
(package (package
(name "urlscan") (name "urlscan")
(version "0.9.6") (version "0.9.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "urlscan" version)) (uri (pypi-uri "urlscan" version))
(sha256 (sha256
(base32 "09lxi7dhn49fpb3ij4cgrhj3qqqqs9rcxbjb7p9smw5wblrqpzga")))) (base32 "0sqaplcrz0lj40x20s2mv3gkzsmawpi9h2kx0rmk342k5240il81"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-urwid" ,python-urwid))) `(("python-urwid" ,python-urwid)))