gnu: python-service-identity: Update to 18.1.0.

* gnu/packages/python-crypto.scm (python-service-identity): Update to 18.1.0.
This commit is contained in:
Marius Bakke 2019-04-17 22:27:18 +02:00
parent 1adde06e4e
commit c105e50903
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -970,14 +970,14 @@ derivation function.")
(define-public python-service-identity
(package
(name "python-service-identity")
(version "17.0.0")
(version "18.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "service_identity" version))
(sha256
(base32
"1aq24cn3nnsjr9g797dayhx4g653h6bd41ksqhidzq0rvarzn0a0"))))
"0b9f5qiqjy8ralzgwjgkhx82h6h8sa7532psmb8mkd65md5aan08"))))
(build-system python-build-system)
(propagated-inputs
`(("python-attrs" ,python-attrs)