Merge pull request #282980 from r-ryantm/auto-update/conan

conan: 2.0.14 -> 2.0.17
This commit is contained in:
Weijia Wang 2024-02-04 23:26:06 +01:00 committed by GitHub
commit 72a3e9d2e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "conan";
version = "2.0.14";
version = "2.0.17";
format = "setuptools";
src = fetchFromGitHub {
owner = "conan-io";
repo = "conan";
rev = "refs/tags/${version}";
hash = "sha256-zPN6OlEWYc/OvUb7LHF1/mZYrieG8n2bLcZ/IzwlvtE=";
hash = "sha256-liCeGe0WBW+tOjW81cqrFUiOEWYhlqsBVgns6SxjPNM=";
};
nativeBuildInputs = with python3.pkgs; [