conan: 1.24.0 -> 1.25.0
This commit is contained in:
parent
50aba11b97
commit
4454ca488c
@ -1,7 +1,7 @@
|
|||||||
{ lib, python3, git, pkgconfig }:
|
{ lib, python3, git, pkgconfig }:
|
||||||
|
|
||||||
# Note:
|
# Note:
|
||||||
# Conan has specific dependency demanands; check
|
# Conan has specific dependency demands; check
|
||||||
# https://github.com/conan-io/conan/blob/master/conans/requirements.txt
|
# https://github.com/conan-io/conan/blob/master/conans/requirements.txt
|
||||||
# https://github.com/conan-io/conan/blob/master/conans/requirements_server.txt
|
# https://github.com/conan-io/conan/blob/master/conans/requirements_server.txt
|
||||||
# on the release branch/commit we're packaging.
|
# on the release branch/commit we're packaging.
|
||||||
@ -39,12 +39,12 @@ let newPython = python3.override {
|
|||||||
};
|
};
|
||||||
|
|
||||||
in newPython.pkgs.buildPythonApplication rec {
|
in newPython.pkgs.buildPythonApplication rec {
|
||||||
version = "1.24.0";
|
version = "1.25.0";
|
||||||
pname = "conan";
|
pname = "conan";
|
||||||
|
|
||||||
src = newPython.pkgs.fetchPypi {
|
src = newPython.pkgs.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0nkh4f6plamijwcfw536ydm0i04y74qmkh5l1nanyb8p0c3z3x0y";
|
sha256 = "1wgmx6s4h5m6zixb3wlaicy56rsqcy2srzmvii80xdx9g5wvi9pv";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with newPython.pkgs; [
|
propagatedBuildInputs = with newPython.pkgs; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user