mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-13 00:14:43 +00:00
python311Packages.microsoft-kiota-abstractions: 1.3.0 -> 1.3.1
Diff: https://github.com/microsoft/kiota-abstractions-python/compare/refs/tags/v1.3.0...v1.3.1 Changelog: https://github.com/microsoft/kiota-abstractions-python/blob/1.3.1/CHANGELOG.md
This commit is contained in:
parent
390c28a0ba
commit
2b32957d5c
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "microsoft-kiota-abstractions";
|
pname = "microsoft-kiota-abstractions";
|
||||||
version = "1.3.0";
|
version = "1.3.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||||||
owner = "microsoft";
|
owner = "microsoft";
|
||||||
repo = "kiota-abstractions-python";
|
repo = "kiota-abstractions-python";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-PAomuAOwpX5/ijVOi0hjTlUnSWgF+qsb3kpuydIV6nc=";
|
hash = "sha256-AsJHKoA50JZBDQ7vob4lI0gEmfhRUELKtgq17tHegUY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user