gnu: urlscan: Update to 0.9.7.

* gnu/packages/mail.scm (urlscan): Update to 0.9.7.
This commit is contained in:
Efraim Flashner 2021-11-26 15:46:16 +02:00
parent 63661eacca
commit 8ad22b42b1
Signed by untrusted user: efraim
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -3950,13 +3950,13 @@ servers. The 4rev1 and 4 versions of IMAP are supported.")
(define-public urlscan
(package
(name "urlscan")
(version "0.9.6")
(version "0.9.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "urlscan" version))
(sha256
(base32 "09lxi7dhn49fpb3ij4cgrhj3qqqqs9rcxbjb7p9smw5wblrqpzga"))))
(base32 "0sqaplcrz0lj40x20s2mv3gkzsmawpi9h2kx0rmk342k5240il81"))))
(build-system python-build-system)
(propagated-inputs
`(("python-urwid" ,python-urwid)))