guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: python-msal: Update to 1.22.0.


From: guix-commits
Subject: branch core-updates updated: gnu: python-msal: Update to 1.22.0.
Date: Sat, 22 Apr 2023 19:04:13 -0400

This is an automated email from the git hooks/post-receive script.

podiki pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 4e986855be gnu: python-msal: Update to 1.22.0.
4e986855be is described below

commit 4e986855beac2a362852714cf97a51484caf48d6
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Sat Apr 22 19:03:43 2023 -0400

    gnu: python-msal: Update to 1.22.0.
    
    * gnu/packages/python-web.scm (python-msal): Update to 1.22.0.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6eaec07c71..070aee99b9 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3249,7 +3249,7 @@ protocol, both client and server for Python asyncio 
module.
 (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 @@ protocol, both client and server for Python asyncio 
module.
               (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]