Skip to content

Commit

Permalink
Merge pull request NixOS#205685 from r-ryantm/auto-update/python310Pa…
Browse files Browse the repository at this point in the history
…ckages.hydra

python310Packages.hydra: 1.2.0 -> 1.3.0
  • Loading branch information
ryantm authored Dec 12, 2022
2 parents b0afd64 + 178bae0 commit 2c439e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/hydra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "hydra";
version = "1.2.0";
version = "1.3.0";
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "facebookresearch";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-4r0ZWW9SGl35Oupf0ejwL/s6Nas6RoSN2egiBrvFZIA=";
hash = "sha256-0Wl1TaWZTD6y/SC+7CWKoBfe80lJLmg6DbFJsccSO4M=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 2c439e7

Please sign in to comment.