Skip to content

Commit

Permalink
conan: 1.11.2 -> 1.12.0 (#55335)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm authored and xeji committed Feb 14, 2019
1 parent 9243e85 commit 7c860b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/conan/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 7c860b5

Please sign in to comment.