mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.msal: 1.34.0 -> 1.37.0
https://github.com/AzureAD/microsoft-authentication-library-for-python/releases/tag/1.37.0
This commit is contained in:
parent
bf2d049739
commit
3a0a3eb696
1 changed files with 2 additions and 2 deletions
|
|
@ -10,12 +10,12 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "msal";
|
||||
version = "1.34.0";
|
||||
version = "1.37.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-drqDtxbqWm11sCecCsNToOBbggyh9mgsDrf0UZDEPC8=";
|
||||
hash = "sha256-GxZyoz7kZ8HXCzQbsWyv1RuzyBcUepW5MmN5SwOXG+w=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue