--- Begin Message ---
Subject: |
[PATCH] gnu: python-certifi: Update to 2019.11.28. |
Date: |
Fri, 29 May 2020 11:00:20 +0430 |
User-agent: |
Cyrus-JMAP/3.3.0-dev0-504-g204cd6f-fm-20200527.002-g204cd6f2 |
* gnu/packages/python-crypto.scm (python-certifi): Update to 2019.11.28.
---
gnu/packages/python-crypto.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index fc451e83ef..54dae6e4db 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -448,13 +448,13 @@ risk.")
(define-public python-certifi
(package
(name "python-certifi")
- (version "2019.3.9")
+ (version "2019.11.28")
(source (origin
(method url-fetch)
(uri (pypi-uri "certifi" version))
(sha256
(base32
- "1bnpw7hrf9i1l9gfxjnzi45hkrvzz0pyn9ia8m4mw7sxhgb08qdj"))))
+ "07qg6864bk4qxa8akr967amlmsq9v310hp039mcpjx6dliylrdi5"))))
(build-system python-build-system)
(home-page "https://certifi.io/")
(synopsis "Python CA certificate bundle")
--
2.26.0
--- End Message ---
--- Begin Message ---
Subject: |
Re: [bug#41589] [PATCH] gnu: python-certifi: Update to 2019.11.28. |
Date: |
Fri, 29 May 2020 20:26:00 +0200 |
Ludovic Courtès <ludo@gnu.org> writes:
> "Hamzeh Nasajpour" <h.nasajpour@pantherx.org> skribis:
>
>> * gnu/packages/python-crypto.scm (python-certifi): Update to 2019.11.28.
>
> Oops, I spoke too fast, it has too many dependents for ‘master’:
>
> --8<---------------cut here---------------start------------->8---
> $ guix refresh -l python-certifi
> Building the following 202 packages would ensure 446 dependent packages are
> rebuilt: […]
> --8<---------------cut here---------------end--------------->8---
We already have an even newer version of this package on 'staging', so
closing this issue. :-)
signature.asc
Description: PGP signature
--- End Message ---