guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: urlscan: Update to 0.9.5.


From: guix-commits
Subject: 02/03: gnu: urlscan: Update to 0.9.5.
Date: Mon, 13 Jul 2020 14:02:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0ea04bad3b1205e3b50462e3f10219e6460fef21
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jul 13 19:51:37 2020 +0200

    gnu: urlscan: Update to 0.9.5.
    
    * gnu/packages/mail.scm (urlscan): Update to 0.9.5.
---
 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 b4af56d..84725b1 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2961,13 +2961,13 @@ servers.  The 4rev1 and 4 versions of IMAP are 
supported.")
 (define-public urlscan
   (package
     (name "urlscan")
-    (version "0.9.4")
+    (version "0.9.5")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "urlscan" version))
         (sha256
-         (base32 "1q0vxv9haap01vz1cbkzss62cgwb9365lv5vnkg2gbpx4g5y7a9l"))))
+         (base32 "07vcwirap0p4dkqrqblfn1q017slgd8m6qyijvbi3gxnr09pbyx2"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-urwid" ,python-urwid)))



reply via email to

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