python310Packages.hydra: 1.1.1 -> 1.2.0

This commit is contained in:
Jonas Heinrich 2022-07-13 09:56:05 +02:00 committed by Yt
parent 5f323b1b18
commit ee31754de3

View file

@ -1,6 +1,6 @@
{ stdenv
, lib
, antlr4-python3-runtime
, antlr4_9-python3-runtime
, buildPythonPackage
, fetchFromGitHub
, importlib-resources
@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "hydra";
version = "1.1.1";
version = "1.2.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "facebookresearch";
repo = pname;
rev = "v${version}";
sha256 = "sha256:1svzysrjg47gb6lxx66fzd8wbhpbbsppprpbqssf5aqvhxgay3qk";
sha256 = "sha256-4r0ZWW9SGl35Oupf0ejwL/s6Nas6RoSN2egiBrvFZIA=";
};
nativeBuildInputs = [
@ -29,7 +29,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
antlr4-python3-runtime
antlr4_9-python3-runtime
omegaconf
] ++ lib.optionals (pythonOlder "3.9") [
importlib-resources