guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/1] gnu: letsencrypt, python-acme: Update to 0.5.0


From: Efraim Flashner
Subject: Re: [PATCH 1/1] gnu: letsencrypt, python-acme: Update to 0.5.0
Date: Mon, 11 Apr 2016 09:11:09 +0300
User-agent: Mutt/1.6.0 (2016-04-01)

On Mon, Apr 11, 2016 at 12:04:20AM -0400, Leo Famulari wrote:
> These packages should be updated together.
> 
> * gnu/packages/tls.scm (letsencrypt): Update to 0.5.0.
> (python-acme, python2-acme): Update to 0.5.0.
> ---
>  gnu/packages/tls.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
> index 079c73d..a9bd3db 100644
> --- a/gnu/packages/tls.scm
> +++ b/gnu/packages/tls.scm
> @@ -322,13 +322,13 @@ security, and applying best practice development 
> processes.")
>  (define-public python-acme
>    (package
>      (name "python-acme")
> -    (version "0.4.2")
> +    (version "0.5.0")
>      (source (origin
>        (method url-fetch)
>        (uri (pypi-uri "acme" version))
>        (sha256
>          (base32
> -         "1dh0qlsi309b37wa0nw0h2gvs94yk12lc4mhr3rb9c4h46m0hn8a"))))
> +         "1g8scfkhs3l06588h73py81xb1gvkkdzaxanl21whcvdclycc186"))))
>      (build-system python-build-system)
>      (arguments
>       `(#:phases
> @@ -381,13 +381,13 @@ security, and applying best practice development 
> processes.")
>  (define-public letsencrypt
>    (package
>      (name "letsencrypt")
> -    (version "0.4.2")
> +    (version "0.5.0")
>      (source (origin
>                (method url-fetch)
>                (uri (pypi-uri "letsencrypt" version))
>                (sha256
>                 (base32
> -                "1rjbblj60w7jwc5y04sy6fbxcynvakvazikg1pdmhyic5jmj9bg3"))))
> +                "0nnijs26kkw07yylszc97p3jw09y98j54xihjp0rprrbp1q2p2p3"))))
>      (build-system python-build-system)
>      (arguments
>       `(#:python ,python-2
> -- 
> 2.7.3
> 

LGTM!

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

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