Fix invalid pythonImportsCheck attributes (#374927)
[NixPkgs.git] / pkgs / tools / system / hiera-eyaml / gemset.nix
blob605b14da800de9ba620103e7bf71e9bcc80b77d7
2   hiera-eyaml = {
3     dependencies = [
4       "highline"
5       "optimist"
6     ];
7     groups = [ "default" ];
8     platforms = [ ];
9     source = {
10       remotes = [ "https://rubygems.org" ];
11       sha256 = "049rxnwyivqgyjl0sjg7cb2q44ic0wsml288caspd1ps8v31gl18";
12       type = "gem";
13     };
14     version = "3.0.0";
15   };
16   highline = {
17     source = {
18       remotes = [ "https://rubygems.org" ];
19       sha256 = "06bml1fjsnrhd956wqq5k3w8cyd09rv1vixdpa3zzkl6xs72jdn1";
20       type = "gem";
21     };
22     version = "1.6.21";
23   };
24   optimist = {
25     groups = [ "default" ];
26     platforms = [ ];
27     source = {
28       remotes = [ "https://rubygems.org" ];
29       sha256 = "05jxrp3nbn5iilc1k7ir90mfnwc5abc9h78s5rpm3qafwqxvcj4j";
30       type = "gem";
31     };
32     version = "3.0.0";
33   };