Skip to content

Commit 572588c

Browse files
authored
python312Packages.msgraph-core: 1.1.6 -> 1.1.7 (#357928)
2 parents 61b0c55 + 6a24c12 commit 572588c

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/msgraph-core

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/msgraph-core/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
buildPythonPackage rec {
1919
pname = "msgraph-core";
20-
version = "1.1.6";
20+
version = "1.1.7";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "microsoftgraph";
2727
repo = "msgraph-sdk-python-core";
2828
rev = "refs/tags/v${version}";
29-
hash = "sha256-W1tttt4jWGftW8zzklHV3SrAyugi6XZv0PYGs3T5gZ4=";
29+
hash = "sha256-ADeUlxaDoekKMCE+CJL8biuhijdDqQn0s52yvGi3XCE=";
3030
};
3131

3232
build-system = [ setuptools ];

0 commit comments

Comments
 (0)