gnu: urlscan: Update to 0.9.7.
* gnu/packages/mail.scm (urlscan): Update to 0.9.7.
This commit is contained in:
parent
63661eacca
commit
8ad22b42b1
1 changed files with 2 additions and 2 deletions
|
@ -3950,13 +3950,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.6")
|
(version "0.9.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "urlscan" version))
|
(uri (pypi-uri "urlscan" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09lxi7dhn49fpb3ij4cgrhj3qqqqs9rcxbjb7p9smw5wblrqpzga"))))
|
(base32 "0sqaplcrz0lj40x20s2mv3gkzsmawpi9h2kx0rmk342k5240il81"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-urwid" ,python-urwid)))
|
`(("python-urwid" ,python-urwid)))
|
||||||
|
|
Reference in a new issue