mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-pycryptodome: Update to 3.15.0.
* gnu/packages/python-crypto.scm (python-pycryptodome): Update to 3.15.0. (python-pycryptodomex): Update hash.
This commit is contained in:
parent
4727f45d04
commit
39d607796b
1 changed files with 3 additions and 3 deletions
|
@ -1002,14 +1002,14 @@ (define pycryptodome-unbundle-tomcrypt-snippet
|
|||
(define-public python-pycryptodome
|
||||
(package
|
||||
(name "python-pycryptodome")
|
||||
(version "3.11.0")
|
||||
(version "3.15.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pycryptodome" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l3a80z3lxcj1q0hzj1d3plavy2d51y4vzcd85zj0zm7yyxrd022"))
|
||||
"1f0qc0ns3ppybkr7wi66gsl5wfkcx1fdklmh3362nn84spddsdci"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet pycryptodome-unbundle-tomcrypt-snippet)))
|
||||
(build-system python-build-system)
|
||||
|
@ -1064,7 +1064,7 @@ (define-public python-pycryptodomex
|
|||
(method url-fetch)
|
||||
(uri (pypi-uri "pycryptodomex" version))
|
||||
(sha256
|
||||
(base32 "0vcd65ylri2a4pdqcc1897jasj7wfmqklj8x3pdynmdvark3d603"))
|
||||
(base32 "1vf0xbsqvcp4k3cl8cmxrlij9a88hajw6d3z0jhd3c5d5nxz2hbk"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet pycryptodome-unbundle-tomcrypt-snippet)))
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue