conan: 1.11.2 -> 1.12.0 (#55335)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/conan/versions
This commit is contained in:
R. RyanTM 2019-02-14 12:53:05 -08:00 committed by xeji
parent 9243e85fbc
commit 7c860b5fd8

View file

@ -34,12 +34,12 @@ let newPython = python3.override {
};
in newPython.pkgs.buildPythonApplication rec {
version = "1.11.2";
version = "1.12.0";
pname = "conan";
src = newPython.pkgs.fetchPypi {
inherit pname version;
sha256 = "0b4r9n6541jjp2lsdzc1nc6mk1a953w0d4ynjss3ns7pp89y4nd4";
sha256 = "0hgy3wfy96likdchz42h9mawfjw4dxx7k2iinrrlhph7128kji1j";
};
checkInputs = [
git