1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: urlscan: Update to 1.0.1.

* gnu/packages/mail.scm (urlscan): Update to 1.0.1.
This commit is contained in:
Efraim Flashner
2023-07-26 08:53:09 +03:00
parent 8f5157bd82
commit f76ef3f759

View File

@@ -4037,13 +4037,13 @@ servers. The 4rev1 and 4 versions of IMAP are supported.")
(define-public urlscan
(package
(name "urlscan")
(version "1.0.0")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "urlscan" version))
(sha256
(base32 "0rxqdrss34rgnfmbn8ab976dchjbz72wp4ywqrdib119a5xnhqzh"))))
(base32 "0zrh2c8p70fq9y7afmpbsirz22nq2qhnks5c5zfmgnm2b9p9iv70"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f)) ; No tests.