Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.msgraph-sdk: 1.14.0 -> 1.15.0 (#366465)

authored by Fabian Affolter and committed by GitHub f596aed5 79ef99a0

+3 -3
+3 -3
pkgs/development/python-modules/msgraph-sdk/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "msgraph-sdk"; 20 - version = "1.14.0"; 20 + version = "1.15.0"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.8"; ··· 25 25 src = fetchFromGitHub { 26 26 owner = "microsoftgraph"; 27 27 repo = "msgraph-sdk-python"; 28 - rev = "refs/tags/v${version}"; 29 - hash = "sha256-qCrBd1RIIjVJQyWf7srdFHNQc8TYh3zDtq/nepbk6tE="; 28 + tag = "v${version}"; 29 + hash = "sha256-jGGBWakuGXY7zH7Gb5C/e7hJB//B+Ko/l0TyxGHz0N4="; 30 30 }; 31 31 32 32 build-system = [ flit-core ];