mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-pycryptodome: Update to 3.9.9.
* gnu/packages/python-crypto.scm (python-pycryptodome): Update to 3.9.9.
This commit is contained in:
parent
cd551413ee
commit
bb2d1dae20
1 changed files with 2 additions and 2 deletions
|
@ -989,14 +989,14 @@ (define-public python2-josepy
|
|||
(define-public python-pycryptodome
|
||||
(package
|
||||
(name "python-pycryptodome")
|
||||
(version "3.7.3")
|
||||
(version "3.9.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pycryptodome" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dh6ky5ngxayyn5f6n7gdamjl49g3khz6pdx9sdnag1zwi8248hs"))))
|
||||
"1i4m74f88qj9ci8rpyzrbk2slmsdj5ipmwdkq6qk24byalm203li"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://www.pycryptodome.org")
|
||||
(synopsis "Low-level cryptographic Python library")
|
||||
|
|
Loading…
Reference in a new issue