Updating python-argon2-cffi to 20.1.0
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
632a001bce
commit
9813805b30
1 changed files with 2 additions and 2 deletions
|
@ -1365,14 +1365,14 @@ I/O-free core, and integration modules for different event loops.")
|
||||||
(define-public python-argon2-cffi
|
(define-public python-argon2-cffi
|
||||||
(package
|
(package
|
||||||
(name "python-argon2-cffi")
|
(name "python-argon2-cffi")
|
||||||
(version "19.2.0")
|
(version "20.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "argon2-cffi" version))
|
(uri (pypi-uri "argon2-cffi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18xxfw30gi3lwaz4vwb05iavzlrk3fa1x9fippzrgd3px8z65apz"))
|
"0zgr4mnnm0p4i99023safb0qb8cgvl202nly1rvylk2b7qnrn0nq"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet '(begin (delete-file-recursively "extras") #t))))
|
(snippet '(begin (delete-file-recursively "extras") #t))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
|
Reference in a new issue