conan: 2.0.14 -> 2.0.17

This commit is contained in:
R. Ryantm 2024-01-22 19:25:18 +00:00
parent df318b860b
commit db29e6062a

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; [