python3Packages.hydra-core: rename from hydra
This commit is contained in:
+2
-2
@@ -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=";
|
||||
};
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user