summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-08-28 13:55:57 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-08-28 13:55:57 +0200
commitf881efc3b96cd693c6dab525146e5751bd82a8e0 (patch)
tree0780f9db9e32d8979d202b57e4245fdf6a6f7d4f
parente6f58584fb2a1b926984c8f42227d506937272b9 (diff)
downloadarchlinuxewe-f881efc3b96cd693c6dab525146e5751bd82a8e0.tar.xz
python-msal 1.22.0-1 -> 1.23.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 93ee86c23..037796fa7 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.22.0
+pkgver=1.23.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=('669dc8a2b679f75ed019cf823fe2dde105f0aa8139c4a225b83d2fb0c94d3f28df3edc4378395b483ceb877ad91e066663560d478c471e0031b81b80d4bd5be9')
+sha512sums=('2caffc9b2dc3f6a67cf90ebf0a9f91e707ebff7e9812f2e8cf3551e6f5b8d3272c9750a0bf6871495d5d3bb9c33745884f2f3402af03427f120bcc08a5d673fd')
build() {
cd "microsoft-authentication-library-for-python-$pkgver"