gnu: python-pyaes: Update to 1.6.1.

* gnu/packages/python-crypto.scm (python-pyaes): Update to 1.6.1.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-10 23:20:08 +01:00
parent 0fe2273506
commit 6de86fd5aa
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -510,14 +510,14 @@ (define-public python2-slowaes
(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")