gnu: python-pyaes: Update to 1.6.1.
* gnu/packages/python-crypto.scm (python-pyaes): Update to 1.6.1.master
parent
0fe2273506
commit
6de86fd5aa
|
@ -510,14 +510,14 @@ faster ones are not available.")
|
|||
(define-public python-pyaes
|
||||
(package
|
||||
(name "python-pyaes")
|
||||
(version "1.6.0")
|
||||
(version "1.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyaes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bp9bjqy1n6ij1zb86wz9lqa1dhla8qr1d7w2kxyn7jbj56sbmcw"))))
|
||||
"13vdaff15k0jyfcss4b4xvfgm8xyv0nrbyw5n1qc7lrqbi0b3h82"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/ricmoo/pyaes")
|
||||
(synopsis "Implementation of AES in Python")
|
||||
|
|
Reference in New Issue