diff mbox series

[bug#41589] gnu: python-certifi: Update to 2019.11.28.

Message ID 8dfafb11-b9c6-4429-a0a4-7b900b8c4629@www.fastmail.com
State Accepted
Headers show
Series [bug#41589] gnu: python-certifi: Update to 2019.11.28. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Hamzeh Nasajpour May 29, 2020, 6:30 a.m. UTC
* 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(-)

Comments

Ludovic Courtès May 29, 2020, 4:08 p.m. UTC | #1
Hi,

"Hamzeh Nasajpour" <h.nasajpour@pantherx.org> skribis:

> * gnu/packages/python-crypto.scm (python-certifi): Update to 2019.11.28.

Applied, thanks!

Ludo’.
Ludovic Courtès May 29, 2020, 4:16 p.m. UTC | #2
"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---

Ludo’.
Marius Bakke May 29, 2020, 6:26 p.m. UTC | #3
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.  :-)
diff mbox series

Patch

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")