me
/
guix
Archived
1
0
Fork 0

gnu: urlscan: Update to 0.9.8.

* gnu/packages/mail.scm (urlscan): Update to 0.9.8.
master
Tobias Geerinckx-Rice 2022-01-07 05:00:43 +01:00
parent f2a2a9e9a2
commit 05b0491d06
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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