python310Packages.omegaconf: 2.1.1 -> 2.2.2
This commit is contained in:
parent
4d4f2ba156
commit
b48aef72e3
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
{ lib, buildPythonPackage, fetchFromGitHub, pytest-mock, pytestCheckHook
|
{ lib, buildPythonPackage, fetchFromGitHub, pytest-mock, pytestCheckHook
|
||||||
, pyyaml, pythonOlder, jre_minimal, antlr4-python3-runtime }:
|
, pyyaml, pythonOlder, jre_minimal, antlr4_9-python3-runtime }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "omegaconf";
|
pname = "omegaconf";
|
||||||
version = "2.1.1";
|
version = "2.2.2";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
||||||
owner = "omry";
|
owner = "omry";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0hh6pk4q6nb94bz9rwa6cysf3nj50rmqkjh34pqkh28nzg44afjw";
|
sha256 = "sha256-bUJ80sa2ot2JSkt29eFwSiKL6R1X1+VVeE9dFIy4Mg0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
checkInputs = [ pytestCheckHook pytest-mock ];
|
checkInputs = [ pytestCheckHook pytest-mock ];
|
||||||
nativeBuildInputs = [ jre_minimal ];
|
nativeBuildInputs = [ jre_minimal ];
|
||||||
propagatedBuildInputs = [ antlr4-python3-runtime pyyaml ];
|
propagatedBuildInputs = [ antlr4_9-python3-runtime pyyaml ];
|
||||||
|
|
||||||
disabledTestPaths = [ "tests/test_pydev_resolver_plugin.py" ]; # needs pydevd - not in Nixpkgs
|
disabledTestPaths = [ "tests/test_pydev_resolver_plugin.py" ]; # needs pydevd - not in Nixpkgs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue