biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / tools / text / reckon / gemset.nix
blob508d6da0be3e73e99f7b2860f0f89a3dee1457b2
2   chronic = {
3     groups = ["default"];
4     platforms = [];
5     source = {
6       remotes = ["https://rubygems.org"];
7       sha256 = "1hrdkn4g8x7dlzxwb1rfgr8kw3bp4ywg5l4y4i9c2g5cwv62yvvn";
8       type = "gem";
9     };
10     version = "0.10.2";
11   };
12   highline = {
13     groups = ["default"];
14     platforms = [];
15     source = {
16       remotes = ["https://rubygems.org"];
17       sha256 = "1f8cr014j7mdqpdb9q17fp5vb5b8n1pswqaif91s3ylg5x3pygfn";
18       type = "gem";
19     };
20     version = "2.1.0";
21   };
22   matrix = {
23     groups = ["default"];
24     platforms = [];
25     source = {
26       remotes = ["https://rubygems.org"];
27       sha256 = "1h2cgkpzkh3dd0flnnwfq6f3nl2b1zff9lvqz8xs853ssv5kq23i";
28       type = "gem";
29     };
30     version = "0.4.2";
31   };
32   rchardet = {
33     groups = ["default"];
34     platforms = [];
35     source = {
36       remotes = ["https://rubygems.org"];
37       sha256 = "1isj1b3ywgg2m1vdlnr41lpvpm3dbyarf1lla4dfibfmad9csfk9";
38       type = "gem";
39     };
40     version = "1.8.0";
41   };
42   reckon = {
43     dependencies = ["chronic" "highline" "matrix" "rchardet"];
44     groups = ["default"];
45     platforms = [];
46     source = {
47       remotes = ["https://rubygems.org"];
48       sha256 = "0188k41lvz5vnn03qw1hbi6c2i88n5p3183rb0xz9rfjcngh2ly3";
49       type = "gem";
50     };
51     version = "0.9.2";
52   };