gnu: urlscan: Update to 0.9.1.

* gnu/packages/mail.scm (urlscan): Update to 0.9.1.
This commit is contained in:
Efraim Flashner 2018-12-16 12:48:52 +02:00
parent 04e46b988a
commit d7571ff52f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -2595,14 +2595,14 @@ 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.0") (version "0.9.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "urlscan" version)) (uri (pypi-uri "urlscan" version))
(sha256 (sha256
(base32 (base32
"133f28bisr4xj0nihpwpil8dyadss62mp8qgqdyzd676hg9xjfyc")))) "0vpdyrx51sg9a8kswa7ibbcgcpvc7r03aq8x4n4c7v2xg0v3c7wb"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-urwid" ,python-urwid))) `(("python-urwid" ,python-urwid)))