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
|
(define-public python-pyaes
|
||||||
(package
|
(package
|
||||||
(name "python-pyaes")
|
(name "python-pyaes")
|
||||||
(version "1.6.0")
|
(version "1.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyaes" version))
|
(uri (pypi-uri "pyaes" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bp9bjqy1n6ij1zb86wz9lqa1dhla8qr1d7w2kxyn7jbj56sbmcw"))))
|
"13vdaff15k0jyfcss4b4xvfgm8xyv0nrbyw5n1qc7lrqbi0b3h82"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://github.com/ricmoo/pyaes")
|
(home-page "https://github.com/ricmoo/pyaes")
|
||||||
(synopsis "Implementation of AES in Python")
|
(synopsis "Implementation of AES in Python")
|
||||||
|
|
Reference in New Issue