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
(package
(name "urlscan")
(version "0.9.8")
(version "0.9.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "urlscan" version))
(sha256
(base32 "1imrg2r9cshfvdwkdkm9y4i58qzkgnnwkswmh3kgy38m334mlcyf"))))
(base32 "1lc06i4r29s7qsfds4w3ip85n5fxjn65n47wxh8pvyb46fdvjrns"))))
(build-system python-build-system)
(propagated-inputs
(list python-urwid))