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:
parent
9243e85fbc
commit
7c860b5fd8
|
@ -34,12 +34,12 @@ let newPython = python3.override {
|
||||||
};
|
};
|
||||||
|
|
||||||
in newPython.pkgs.buildPythonApplication rec {
|
in newPython.pkgs.buildPythonApplication rec {
|
||||||
version = "1.11.2";
|
version = "1.12.0";
|
||||||
pname = "conan";
|
pname = "conan";
|
||||||
|
|
||||||
src = newPython.pkgs.fetchPypi {
|
src = newPython.pkgs.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0b4r9n6541jjp2lsdzc1nc6mk1a953w0d4ynjss3ns7pp89y4nd4";
|
sha256 = "0hgy3wfy96likdchz42h9mawfjw4dxx7k2iinrrlhph7128kji1j";
|
||||||
};
|
};
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
git
|
git
|
||||||
|
|
Loading…
Reference in New Issue