Skip to content

Commit

Permalink
Merge pull request #195044 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.msal

python310Packages.msal: 1.19.0 -> 1.20.0
  • Loading branch information
risicle authored Oct 8, 2022
2 parents bdcdd67 + e596b04 commit 5f41d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/msal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "msal";
version = "1.19.0";
version = "1.20.0";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-ZeMp1py/5Iuz3TI2se+OTMkfhpY3YGwYTiJ+htKwYp0=";
hash = "sha256-eDRM1MkdYTSlk7Xj5FVB5mbje3R/+KYxbDZo3R5qtrI=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 5f41d95

Please sign in to comment.