diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-12-16 12:48:52 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-12-16 12:48:58 +0200 |
commit | d7571ff52fddefcf0b378d27345e93e6315b0dc4 (patch) | |
tree | 7f7724c5bff2be1f7b88d00c1a1c51c08ad6a142 /gnu | |
parent | 04e46b988ad177543632a1cc5c4078904540aa9b (diff) | |
download | patches-d7571ff52fddefcf0b378d27345e93e6315b0dc4.tar patches-d7571ff52fddefcf0b378d27345e93e6315b0dc4.tar.gz |
gnu: urlscan: Update to 0.9.1.
* gnu/packages/mail.scm (urlscan): Update to 0.9.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 794ae7909d..49778f57ee 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -2595,14 +2595,14 @@ servers. The 4rev1 and 4 versions of IMAP are supported.") (define-public urlscan (package (name "urlscan") - (version "0.9.0") + (version "0.9.1") (source (origin (method url-fetch) (uri (pypi-uri "urlscan" version)) (sha256 (base32 - "133f28bisr4xj0nihpwpil8dyadss62mp8qgqdyzd676hg9xjfyc")))) + "0vpdyrx51sg9a8kswa7ibbcgcpvc7r03aq8x4n4c7v2xg0v3c7wb")))) (build-system python-build-system) (propagated-inputs `(("python-urwid" ,python-urwid))) |