Merge pull request #293364 from r-ryantm/auto-update/python311Packages.microsoft-kiota-http

python311Packages.microsoft-kiota-http: 1.3.0 -> 1.3.1
This commit is contained in:
Nick Cao 2024-03-05 09:21:21 -05:00 committed by GitHub
commit 000d0d9686
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "microsoft-kiota-http";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "microsoft";
repo = "kiota-http-python";
rev = "refs/tags/v${version}";
hash = "sha256-N3+oAH3yWgrl0v2fm4xdCxzj7u/0fbQI3xHFht39vzA=";
hash = "sha256-I16WARk6YBr8KgE9MtHcA5VdsnLXBKcZOaqRL/eqwKE=";
};
nativeBuildInputs = [