conan: 2.0.5 -> 2.0.14

Changelog: https://github.com/conan-io/conan/releases/tag/2.0.14
This commit is contained in:
Antoine 2023-11-24 11:05:17 +01:00 committed by Bjørn Forsman
parent fc23c76079
commit 14caf2eb45

View File

@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "conan";
version = "2.0.5";
version = "2.0.14";
format = "setuptools";
src = fetchFromGitHub {
owner = "conan-io";
repo = "conan";
rev = "refs/tags/${version}";
hash = "sha256-+ohUOQ9WBER/X0TDklf/qZCm9LhM1I1QRmED4FnkweM=";
hash = "sha256-zPN6OlEWYc/OvUb7LHF1/mZYrieG8n2bLcZ/IzwlvtE=";
};
nativeBuildInputs = with python3.pkgs; [
@ -45,11 +45,6 @@ python3.pkgs.buildPythonApplication rec {
pyopenssl
];
pythonRelaxDeps = [
# This can be removed once conan is updated to 2.0.7+
"PyYAML"
];
nativeCheckInputs = [
git
pkg-config