Skip to content

Commit

Permalink
python313Packages.msgraph-core: 1.2.0 -> 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Feb 10, 2025
1 parent 02d7d25 commit 7147ab2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/msgraph-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@

buildPythonPackage rec {
pname = "msgraph-core";
version = "1.2.0";
version = "1.3.1";
pyproject = true;

disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "microsoftgraph";
repo = "msgraph-sdk-python-core";
tag = "v${version}";
hash = "sha256-B0dff5ynokI49P0irgPOWvqwHKt4mKv3/+XwfbgwMF8=";
hash = "sha256-GtIKZRnjG9fZcVNcaT+B9SbCo3yxUiqKPIZ2Er0WhAU=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 7147ab2

Please sign in to comment.