Archived
1
0
Fork 0

gnu: perl-email-sender: Update to 1.300033.

* gnu/packages/mail.scm (perl-email-sender): Update to 1.300033.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-29 23:52:23 +01:00
parent 35258a9a31
commit 293fe0d423
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1630,15 +1630,14 @@ header.")
(define-public perl-email-sender (define-public perl-email-sender
(package (package
(name "perl-email-sender") (name "perl-email-sender")
(version "1.300031") (version "1.300033")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/" (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
"Email-Sender-" version ".tar.gz")) "Email-Sender-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1flbnzyng4g0h1aksbsip1qa6sawgfihvblspqc0xsis8g9vcza7"))))
"052g0slw3h2lzn93j71fi47nfawww2aph4jhr3c860ji70lkf4n4"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-capture-tiny" ,perl-capture-tiny))) `(("perl-capture-tiny" ,perl-capture-tiny)))