Skip to content

Commit

Permalink
python312Packages.msgraph-sdk: 1.14.0 -> 1.15.0 (NixOS#366465)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 19, 2024
2 parents 79ef99a + 4410ed3 commit f596aed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/msgraph-sdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@

buildPythonPackage rec {
pname = "msgraph-sdk";
version = "1.14.0";
version = "1.15.0";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "microsoftgraph";
repo = "msgraph-sdk-python";
rev = "refs/tags/v${version}";
hash = "sha256-qCrBd1RIIjVJQyWf7srdFHNQc8TYh3zDtq/nepbk6tE=";
tag = "v${version}";
hash = "sha256-jGGBWakuGXY7zH7Gb5C/e7hJB//B+Ko/l0TyxGHz0N4=";
};

build-system = [ flit-core ];
Expand Down

0 comments on commit f596aed

Please sign in to comment.