gnu: python-openid: Update to 3.2.0.
* gnu/packages/python-web.scm (python-openid): Update to 3.2.0.
This commit is contained in:
parent
abcdf6bfd7
commit
a05b7f6a44
1 changed files with 2 additions and 2 deletions
|
@ -872,14 +872,14 @@ is Python’s.")
|
||||||
(define-public python-openid
|
(define-public python-openid
|
||||||
(package
|
(package
|
||||||
(name "python-openid")
|
(name "python-openid")
|
||||||
(version "3.1.0")
|
(version "3.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "python3-openid" version))
|
(uri (pypi-uri "python3-openid" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00l5hrjh19740w00b3fnsqldnla41wbr2rics09dl4kyd1fkd3b2"))))
|
"1bxf9a3ny1js422j962zfzl4a9dhj192pvai05whn7j0iy9gdyrk"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue