gnu: urlscan: Update to 0.9.9.

* gnu/packages/mail.scm (urlscan): Update to 0.9.9.
This commit is contained in:
Efraim Flashner 2022-02-02 11:44:46 +02:00
parent cb1cb9de04
commit 25d1a31434
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3856,13 +3856,13 @@ (define-public imapfilter
(define-public urlscan (define-public urlscan
(package (package
(name "urlscan") (name "urlscan")
(version "0.9.8") (version "0.9.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "urlscan" version)) (uri (pypi-uri "urlscan" version))
(sha256 (sha256
(base32 "1imrg2r9cshfvdwkdkm9y4i58qzkgnnwkswmh3kgy38m334mlcyf")))) (base32 "1lc06i4r29s7qsfds4w3ip85n5fxjn65n47wxh8pvyb46fdvjrns"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
(list python-urwid)) (list python-urwid))