guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 01/11] gnu: python-certifi: Update to 2016.8.31.


From: Leo Famulari
Subject: Re: [PATCH 01/11] gnu: python-certifi: Update to 2016.8.31.
Date: Sun, 25 Sep 2016 14:03:40 -0400
User-agent: Mutt/1.7.0 (2016-08-17)

On Tue, Sep 13, 2016 at 01:38:17AM +0000, ng0 wrote:
> * gnu/packages/python.scm (python-certifi): Update to 2016.8.31.

LGTM

> ---
>  gnu/packages/python.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index b839f22..3f1f59d 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -2168,13 +2168,13 @@ files.")
>  (define-public python-certifi
>    (package
>      (name "python-certifi")
> -    (version "2015.11.20.1")
> +    (version "2016.8.31")
>      (source (origin
>                (method url-fetch)
>                (uri (pypi-uri "certifi" version))
>                (sha256
>                 (base32
> -                "05lgwf9rz1kn465azy2bpb3zmpnsn9gkypbhnjlclchv98ssgc1h"))))
> +                "06c9dcyv8ss050gkv5xjivbxhm6qm0s9vzy4r33wqabgv118lw7p"))))
>      (build-system python-build-system)
>      (inputs
>       `(("python-setuptools" ,python-setuptools)))
> -- 
> 2.10.0
> 
> 



reply via email to

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