conan: 2.0.5 -> 2.0.14
Changelog: https://github.com/conan-io/conan/releases/tag/2.0.14
This commit is contained in:
parent
fc23c76079
commit
14caf2eb45
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue