python3Packages.hydra-core: rename from hydra

This commit is contained in:
Martin Weinelt
2022-12-28 12:20:56 +01:00
parent 9de9273f33
commit 56918eebba
2 changed files with 3 additions and 3 deletions
@@ -11,7 +11,7 @@
}:
buildPythonPackage rec {
pname = "hydra";
pname = "hydra-core";
version = "1.3.1";
format = "setuptools";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "facebookresearch";
repo = pname;
repo = "hydra";
rev = "refs/tags/v${version}";
hash = "sha256-4FOh1Jr+LM8ffh/xcAqMqKudKbXb2DZdxU+czq2xwxs=";
};
+1 -1
View File
@@ -4385,7 +4385,7 @@ self: super: with self; {
hy = callPackage ../development/python-modules/hy { };
hydra = callPackage ../development/python-modules/hydra { };
hydra-core = callPackage ../development/python-modules/hydra-core { };
hydra-check = callPackage ../development/python-modules/hydra-check { };