aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-02-25 16:49:35 -0600
committerFrederick Muriuki Muriithi2025-02-25 16:49:35 -0600
commitd2b533ab02c4f0e5a4c0b89c5fe3f515a65ec6d1 (patch)
tree85316517cf053aaf6fd86be6569075d60ed3ff01 /gn
parent87363caab1062600810b1332286bb1e7d9485560 (diff)
downloadguix-bioinformatics-d2b533ab02c4f0e5a4c0b89c5fe3f515a65ec6d1.tar.gz
python-authlib: upgrate to version 1.5.0.
Diffstat (limited to 'gn')
-rw-r--r--gn/packages/python-web.scm49
1 files changed, 25 insertions, 24 deletions
diff --git a/gn/packages/python-web.scm b/gn/packages/python-web.scm
index 88478a5..e0bfacf 100644
--- a/gn/packages/python-web.scm
+++ b/gn/packages/python-web.scm
@@ -12,29 +12,30 @@
(define-public python-authlib
(package
- (name "python-authlib")
- (version "1.2.0")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "Authlib" version))
- (sha256
- (base32
- "178ycfypdv1hy4zjm09rmysxakmwch2n6a5wypwmx4d5hc4fi8sg"))))
- (build-system python-build-system)
- (native-inputs (list python-httpx
- python-flask
- python-django
- python-werkzeug
- python-starlette
- python-sqlalchemy
- python-pycryptodomex))
- (propagated-inputs (list python-cryptography))
- (arguments `(#:tests? #f)) ;; temporarily deactivate tests
- (home-page "https://authlib.org/")
- (synopsis
- "The ultimate Python library in building OAuth and OpenID Connect servers and clients.")
- (description
- "The ultimate Python library in building OAuth and OpenID Connect servers and
+ (name "python-authlib")
+ (version "1.5.0")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "authlib" version))
+ (sha256
+ (base32 "08slfa8qm4ycjpwp8qcmixl59kw2k5bpp89rmhrab1b4h27vvn4g"))))
+ (build-system python-build-system)
+ (native-inputs
+ (list python-httpx
+ python-flask
+ python-django
+ python-werkzeug
+ python-starlette
+ python-sqlalchemy
+ python-pycryptodomex))
+ (propagated-inputs
+ (list python-cryptography))
+ (arguments `(#:tests? #f)) ;; temporarily deactivate tests
+ (home-page "https://authlib.org/")
+ (synopsis
+ "The ultimate Python library in building OAuth and OpenID Connect servers and clients.")
+ (description
+ "The ultimate Python library in building OAuth and OpenID Connect servers and
clients. It is designed from low level specifications implementations to high
level frameworks integrations, to meet the needs of everyone.")
- (license license:bsd-3)))
+ (license license:bsd-3)))