mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
f838fe676b
commit
4e986855be
1 changed files with 2 additions and 2 deletions
|
@ -3249,7 +3249,7 @@ protocol, both client and server for Python asyncio module.
|
||||||
(define-public python-msal
|
(define-public python-msal
|
||||||
(package
|
(package
|
||||||
(name "python-msal")
|
(name "python-msal")
|
||||||
(version "1.18.0")
|
(version "1.22.0")
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/AzureAD/microsoft-authentication-library-for-python")
|
"https://github.com/AzureAD/microsoft-authentication-library-for-python")
|
||||||
(source (origin
|
(source (origin
|
||||||
|
@ -3259,7 +3259,7 @@ protocol, both client and server for Python asyncio module.
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02d9vlvp08q1yffgn7a0y19451py1jly67q5ld6m2d9xidbrvac1"))))
|
"1pgpf8fa0mdga69hr6i66mq2a2vyn8dlcf4fdzqmbgw2il9b37q6"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Tests (all?) rely on network access and only some can be disabled by
|
;; Tests (all?) rely on network access and only some can be disabled by
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue