mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #42025 from r-ryantm/auto-update/conan
conan: 1.2.3 -> 1.4.4
This commit is contained in:
commit
8e09a4b881
1 changed files with 2 additions and 2 deletions
|
@ -20,12 +20,12 @@ let newPython = python.override {
|
|||
};
|
||||
|
||||
in newPython.pkgs.buildPythonApplication rec {
|
||||
version = "1.2.3";
|
||||
version = "1.4.4";
|
||||
pname = "conan";
|
||||
|
||||
src = newPython.pkgs.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "623e92d99cd0f4ec92552b23af66a6bb066071e213659f502480bb9a96d7be23";
|
||||
sha256 = "1g03f8rw9l198w9ph0gi0q3g84ilp1dxxc9nmj0dgnymcfgpf89n";
|
||||
};
|
||||
|
||||
checkInputs = with newPython.pkgs; [
|
||||
|
|
Loading…
Reference in a new issue