gnu: urlscan: Update to 0.9.5.

* gnu/packages/mail.scm (urlscan): Update to 0.9.5.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-13 19:51:37 +02:00
parent 62cf0cfda3
commit 0ea04bad3b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2961,13 +2961,13 @@ (define-public imapfilter
(define-public urlscan
(package
(name "urlscan")
(version "0.9.4")
(version "0.9.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "urlscan" version))
(sha256
(base32 "1q0vxv9haap01vz1cbkzss62cgwb9365lv5vnkg2gbpx4g5y7a9l"))))
(base32 "07vcwirap0p4dkqrqblfn1q017slgd8m6qyijvbi3gxnr09pbyx2"))))
(build-system python-build-system)
(propagated-inputs
`(("python-urwid" ,python-urwid)))