guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: urlscan: Update to 0.9.10.


From: guix-commits
Subject: branch master updated: gnu: urlscan: Update to 0.9.10.
Date: Fri, 05 Aug 2022 10:40:21 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ff91ab7689 gnu: urlscan: Update to 0.9.10.
ff91ab7689 is described below

commit ff91ab768977b361496f786c864dda2212acac86
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Aug 5 17:32:50 2022 +0300

    gnu: urlscan: Update to 0.9.10.
    
    * gnu/packages/mail.scm (urlscan): Update to 0.9.10.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index ca4b3e819e..d4f9b28060 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3898,13 +3898,13 @@ servers.  The 4rev1 and 4 versions of IMAP are 
supported.")
 (define-public urlscan
   (package
     (name "urlscan")
-    (version "0.9.9")
+    (version "0.9.10")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "urlscan" version))
         (sha256
-         (base32 "1lc06i4r29s7qsfds4w3ip85n5fxjn65n47wxh8pvyb46fdvjrns"))))
+         (base32 "1ir6dxifkd8hv048p65jyz4wyg6ll002fzvbmajpdnvs6mvkj1md"))))
     (build-system python-build-system)
     (propagated-inputs
      (list python-urwid))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]