me
/
guix
Archived
1
0
Fork 0

gnu: urlscan: Update to 0.9.9.

* gnu/packages/mail.scm (urlscan): Update to 0.9.9.
master
Efraim Flashner 2022-02-02 11:44:46 +02:00
parent cb1cb9de04
commit 25d1a31434
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

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