[PATCH] Updating python-argon2-cffi to 20.1.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Josh Marshall
Owner
unassigned
Submitted by
Josh Marshall
Severity
normal

Debbugs page

Josh Marshall wrote 5 years ago
(address . guix-patches@gnu.org)(name . Josh Marshall)(address . joshua.r.marshall.1991@gmail.com)
20200524224753.518732-1-joshua.r.marshall.1991@gmail.com
---
gnu/packages/python-crypto.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index e6208ab3d9..fc451e83ef 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1365,14 +1365,14 @@ I/O-free core, and integration modules for different event loops.")
(define-public python-argon2-cffi
(package
(name "python-argon2-cffi")
- (version "19.2.0")
+ (version "20.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "argon2-cffi" version))
(sha256
(base32
- "18xxfw30gi3lwaz4vwb05iavzlrk3fa1x9fippzrgd3px8z65apz"))
+ "0zgr4mnnm0p4i99023safb0qb8cgvl202nly1rvylk2b7qnrn0nq"))
(modules '((guix build utils)))
(snippet '(begin (delete-file-recursively "extras") #t))))
(build-system python-build-system)
--
2.26.2
Efraim Flashner wrote 5 years ago
(name . Josh Marshall)(address . joshua.r.marshall.1991@gmail.com)(address . 41517-done@debbugs.gnu.org)
20200525070207.GB3698@E5400
Looks good. Patch pushed!


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

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl7LbWwACgkQQarn3Mo9
g1EQXRAAnpvcomDshGvI06lfc41NEvQybqPwWGjChZffh6dTWFZaSyxLXKMfkcRl
T88jNQdDVDU12DntLhEW1Zt3O/+yIVqhZzlYjvaG68HbNESWKpAvdREKr+jp/f9L
3S2xlQw9WTFrjYoDJ+7QNId6jkBP7MijpaFbHJh+rpQjniVUsUUp8gxeRBnFpS+9
9Ef4YppPtQMmhvPUt/CyBYwvtmTy89CcD7qlGCpLqXRAEMzp76XOtQgmSR2q/SSx
/Pu8oaX+bmLDl3nktBmexRn9NBFezuQVkXBWMjjdJRY2omc8nBjKMsP0eueXGvYg
370Mvj+Jl9DmLtO7QbTrkrhJcHz8y51QuFPYuwZ40ndxic7Jwtf9to8K3G6GlKV3
xJp9oo7IwKXDtRWJWnvgZfhrQUaBjoi5WMZxIXnTOAPlJ5Sox7UN2CySCSEsjTxt
0YEja+3NayG+ukWGx3FF/erg+WIUPs/2iLfSZ4Gue7VA4WVutB0whscbdw2lZYpR
GUEj7n8Jwg9Zkz6v3ccObEooka/TEXbs2APDYgnly1BhHqVlZLhc3oB+dTUNfh+8
tH0ZZQTe4b4argyymHdTVEo9GloW3Qbjjnh2zRLBhjmknV2pPbkqN0ihqq4bktsN
k/pSe0rJI63BCKs7SizczxXhacFo7Tu88O3JLCbm8NkC+LLMWtA=
=6O3Z
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 41517@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 41517
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help