guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/3] gnu: python-cryptography, python-cryptography-vectors: U


From: Efraim Flashner
Subject: Re: [PATCH 2/3] gnu: python-cryptography, python-cryptography-vectors: Update to 1.3.1.
Date: Wed, 23 Mar 2016 09:16:33 +0200
User-agent: Mutt/1.5.24 (2015-08-30)

On Tue, Mar 22, 2016 at 09:46:11PM -0400, Leo Famulari wrote:
> These packages should be udpated together.
> 
> * gnu/packages/python.scm (python-cryptography): Update to 1.3.1.
> (python-cryptogprahy-vectors): Update to 1.3.1.
> ---
>  gnu/packages/python.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 781a9f6..571b26b 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -5771,7 +5771,7 @@ responses, rather than doing any computation.")
>  (define-public python-cryptography-vectors
>    (package
>      (name "python-cryptography-vectors")
> -    (version "1.2.3")
> +    (version "1.3.1")
>      (source
>       (origin
>         (method url-fetch)
> @@ -5780,7 +5780,7 @@ responses, rather than doing any computation.")
>                             version ".tar.gz"))
>         (sha256
>          (base32
> -         "0shawgpax79gvjrj0a313sll9gaqys7q1hxngn6j4k24lmz7bwki"))))
> +         "1144l3ypz3bngxd59lb4y74xa401w92lhvvjgxzglmvbh8wzkcbb"))))
>      (build-system python-build-system)
>      (native-inputs
>       `(("python-setuptools" ,python-setuptools)))
> @@ -5797,14 +5797,14 @@ responses, rather than doing any computation.")
>  (define-public python-cryptography
>    (package
>      (name "python-cryptography")
> -    (version "1.2.3")
> +    (version "1.3.1")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (pypi-uri "cryptography" version))
>         (sha256
>          (base32
> -         "0kj511z4g21fhcr649pyzpl0zzkkc7hsgxxjys6z8wwfvmvirccf"))))
> +         "1qjkrpfvxcyd0kal3zpm5y7f9p3y77ixn9jw8f4dqpgrw1sn3cxl"))))
>      (build-system python-build-system)
>      (inputs
>       `(("openssl" ,openssl)))
> -- 
> 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]