mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: perl-email-sender: Update to 1.300035.
* gnu/packages/mail.scm (perl-email-sender): Update to 1.300035.
This commit is contained in:
parent
f04a7ef5b6
commit
532db12edb
1 changed files with 2 additions and 2 deletions
|
@ -1976,14 +1976,14 @@ (define-public perl-email-mime-encodings
|
||||||
(define-public perl-email-sender
|
(define-public perl-email-sender
|
||||||
(package
|
(package
|
||||||
(name "perl-email-sender")
|
(name "perl-email-sender")
|
||||||
(version "1.300034")
|
(version "1.300035")
|
||||||
(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 "14aj9kqa9dr2bdhzn2qvjj2mffj8wjb5397z8qw7qg057fk3ib05"))))
|
(base32 "0yfssp3rqdx1dmgvnygarzgkpkhqm28r5sd0gh87ksk8yxndhjql"))))
|
||||||
(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)))
|
||||||
|
|
Loading…
Reference in a new issue