gnu: python-cryptography: Update to 1.0.2.
* gnu/packages/python.scm (python-cryptography): Update to 1.0.2.
This commit is contained in:
parent
3698a77588
commit
7f51b663b0
|
@ -5601,7 +5601,7 @@ responses, rather than doing any computation.")
|
||||||
(define-public python-cryptography
|
(define-public python-cryptography
|
||||||
(package
|
(package
|
||||||
(name "python-cryptography")
|
(name "python-cryptography")
|
||||||
(version "1.0.1")
|
(version "1.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5609,7 +5609,7 @@ responses, rather than doing any computation.")
|
||||||
"cryptography/cryptography-" version ".tar.gz"))
|
"cryptography/cryptography-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lxzvhlyl6h6nm77n34622rcj2cxnx220x9vgjlw76wjd8m0kqyg"))))
|
"1jmcidddbbgdavvnvjjc0pda4b9a5i9idsivchn69pqxx68x8k6n"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("openssl" ,openssl)))
|
`(("openssl" ,openssl)))
|
||||||
|
|
Loading…
Reference in New Issue