rubyPackages.charlock_holmes: 0.7.7 -> 0.7.9

Also the same inside schleuder gem-lock.
https://github.com/brianmario/charlock_holmes/compare/v0.7.7...v0.7.9

In particular this fixes build, probably after icu upgrade:
https://hydra.nixos.org/build/289930518/nixlog/3/tail
This commit is contained in:
Vladimír Čunát
2025-02-19 09:55:07 +01:00
parent 4138f463f8
commit 3ec52358bc
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ GEM
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
bcrypt (3.1.20)
charlock_holmes (0.7.7)
charlock_holmes (0.7.9)
concurrent-ruby (1.3.1)
daemons (1.4.1)
eventmachine (1.2.7)
+2 -2
View File
@@ -56,10 +56,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0hybw8jw9ryvz5zrki3gc9r88jqy373m6v46ynxsdzv1ysiyr40p";
sha256 = "1c1dws56r7p8y363dhyikg7205z59a3bn4amnv2y488rrq8qm7ml";
type = "gem";
};
version = "0.7.7";
version = "0.7.9";
};
concurrent-ruby = {
groups = [ "default" ];
+2 -2
View File
@@ -322,10 +322,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0hybw8jw9ryvz5zrki3gc9r88jqy373m6v46ynxsdzv1ysiyr40p";
sha256 = "1c1dws56r7p8y363dhyikg7205z59a3bn4amnv2y488rrq8qm7ml";
type = "gem";
};
version = "0.7.7";
version = "0.7.9";
};
childprocess = {
dependecnies = ["logger"];