gnu: urlscan: Update to 0.9.4.
* gnu/packages/mail.scm (urlscan): Update to 0.9.4.
This commit is contained in:
parent
2eefe1d887
commit
803f05841e
|
@ -2887,14 +2887,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.2")
|
(version "0.9.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "urlscan" version))
|
(uri (pypi-uri "urlscan" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1q0vxv9haap01vz1cbkzss62cgwb9365lv5vnkg2gbpx4g5y7a9l"))))
|
||||||
"1zldck7vnp7z04aacbx3cprf5kzha4gfhjmss4iv2lh5nccxjfzx"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-urwid" ,python-urwid)))
|
`(("python-urwid" ,python-urwid)))
|
||||||
|
|
Loading…
Reference in New Issue