gnu: python-msal: Update to 1.22.0.

* gnu/packages/python-web.scm (python-msal): Update to 1.22.0.
This commit is contained in:
John Kehayias 2023-04-22 19:03:43 -04:00
parent f838fe676b
commit 4e986855be
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -3249,7 +3249,7 @@ (define-public python-aioftp
(define-public python-msal
(package
(name "python-msal")
(version "1.18.0")
(version "1.22.0")
(home-page
"https://github.com/AzureAD/microsoft-authentication-library-for-python")
(source (origin
@ -3259,7 +3259,7 @@ (define-public python-msal
(file-name (git-file-name name version))
(sha256
(base32
"02d9vlvp08q1yffgn7a0y19451py1jly67q5ld6m2d9xidbrvac1"))))
"1pgpf8fa0mdga69hr6i66mq2a2vyn8dlcf4fdzqmbgw2il9b37q6"))))
(build-system python-build-system)
(arguments
;; Tests (all?) rely on network access and only some can be disabled by