summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2024-01-15 09:20:58 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2024-01-15 09:20:58 +0100
commit02e3472db689f7a5e753c144ee7a6c4c608a17e0 (patch)
tree1b9c774e9a99e544d821eabe16172439889ad88a
parentd470fc10f9e064bed6db8b8594b90b10beaf6a6a (diff)
downloadarchlinuxewe-02e3472db689f7a5e753c144ee7a6c4c608a17e0.tar.xz
python-msal 1.23.0-1 -> 1.26.0-1
-rw-r--r--python-msal/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-msal/PKGBUILD b/python-msal/PKGBUILD
index 037796fa7..1acf46da6 100644
--- a/python-msal/PKGBUILD
+++ b/python-msal/PKGBUILD
@@ -3,7 +3,7 @@
# PKGBUILD generated by pipman, description shortened
# Python package author: Microsoft Corporation <nugetaad@microsoft.com>
pkgname=python-msal
-pkgver=1.23.0
+pkgver=1.26.0
pkgrel=1
pkgdesc="Microsoft Authentication Library for Python library to access the Microsoft Cloud by supporting authentication of users with Microsoft Azure Active Directory accounts and Microsoft Accounts using OAuth2 and OpenID Connect"
arch=(any)
@@ -12,7 +12,7 @@ license=(MIT)
depends=("python-requests" "python-pyjwt" "python-cryptography" "python-mock")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/AzureAD/microsoft-authentication-library-for-python/archive/refs/tags/$pkgver.tar.gz")
-sha512sums=('2caffc9b2dc3f6a67cf90ebf0a9f91e707ebff7e9812f2e8cf3551e6f5b8d3272c9750a0bf6871495d5d3bb9c33745884f2f3402af03427f120bcc08a5d673fd')
+sha512sums=('11611c85b70623fa467e0e101eb2cbcf2f4e552e7b9796d21237c276d008f009e57333ac7c3861d3bdf8bac510a0fbe545671a6ae3a447e4ebb8a198037bebe2')
build() {
cd "microsoft-authentication-library-for-python-$pkgver"