diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2019-04-17 22:27:18 +0200 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2019-04-19 01:48:07 +0200 |
| commit | c105e5090397f3f634c0cd082b4866b5222cd5b4 (patch) | |
| tree | ac7cd0c3d5e9688f7d8848703684b3e362658eee /gnu/packages/python-crypto.scm | |
| parent | 1adde06e4e70e124229316d7781b0527b64de088 (diff) | |
gnu: python-service-identity: Update to 18.1.0.
* gnu/packages/python-crypto.scm (python-service-identity): Update to 18.1.0.
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index fd9c95dd0a2..6248be0c9bd 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -970,14 +970,14 @@ derivation function.") | |||
| 970 | (define-public python-service-identity | 970 | (define-public python-service-identity |
| 971 | (package | 971 | (package |
| 972 | (name "python-service-identity") | 972 | (name "python-service-identity") |
| 973 | (version "17.0.0") | 973 | (version "18.1.0") |
| 974 | (source | 974 | (source |
| 975 | (origin | 975 | (origin |
| 976 | (method url-fetch) | 976 | (method url-fetch) |
| 977 | (uri (pypi-uri "service_identity" version)) | 977 | (uri (pypi-uri "service_identity" version)) |
| 978 | (sha256 | 978 | (sha256 |
| 979 | (base32 | 979 | (base32 |
| 980 | "1aq24cn3nnsjr9g797dayhx4g653h6bd41ksqhidzq0rvarzn0a0")))) | 980 | "0b9f5qiqjy8ralzgwjgkhx82h6h8sa7532psmb8mkd65md5aan08")))) |
| 981 | (build-system python-build-system) | 981 | (build-system python-build-system) |
| 982 | (propagated-inputs | 982 | (propagated-inputs |
| 983 | `(("python-attrs" ,python-attrs) | 983 | `(("python-attrs" ,python-attrs) |
