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:
parent
1adde06e4e
commit
c105e50903
|
@ -970,14 +970,14 @@ derivation function.")
|
||||||
(define-public python-service-identity
|
(define-public python-service-identity
|
||||||
(package
|
(package
|
||||||
(name "python-service-identity")
|
(name "python-service-identity")
|
||||||
(version "17.0.0")
|
(version "18.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "service_identity" version))
|
(uri (pypi-uri "service_identity" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1aq24cn3nnsjr9g797dayhx4g653h6bd41ksqhidzq0rvarzn0a0"))))
|
"0b9f5qiqjy8ralzgwjgkhx82h6h8sa7532psmb8mkd65md5aan08"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-attrs" ,python-attrs)
|
`(("python-attrs" ,python-attrs)
|
||||||
|
|
Loading…
Reference in New Issue