commit 58d531881595bf99626f01e8c0db2e71c3306858
parent 26f5b3361a015e6be63aa372261a0da3af3be037
Author: Dan Callaghan <djc@djc.id.au>
Date: Sat, 29 Mar 2025 18:02:39 +1100
unicode: 0.4.4.4 → 0.4.4.5
Diffstat:
7 files changed, 3 insertions(+), 48 deletions(-)
diff --git a/contrib/nix/Gemfile.lock b/contrib/nix/Gemfile.lock
@@ -49,7 +49,7 @@ GEM
rubocop-packaging (0.5.2)
rubocop (>= 1.33, < 2.0)
ruby-progressbar (1.13.0)
- unicode (0.4.4.4)
+ unicode (0.4.4.5)
unicode-display_width (2.5.0)
xapian-ruby (1.4.22)
diff --git a/contrib/nix/gemset.nix b/contrib/nix/gemset.nix
@@ -311,10 +311,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "1v8kxmq9i85agjpl7pnl72688901xhs8wxhmj6lpy16a8xz3nzxk";
+ sha256 = "1mx9lwzy021lpcqql5kn4yi20njhf5h7c7wxm2fx51p1r2zr9wj2";
type = "gem";
};
- version = "0.4.4.4";
+ version = "0.4.4.5";
};
unicode-display_width = {
groups = ["default"];
diff --git a/contrib/nix/ruby2.7-shell.nix b/contrib/nix/ruby2.7-shell.nix
@@ -10,14 +10,5 @@ let
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
- gemConfig = pkgs.defaultGemConfig // {
- # Workaround for a new error in clang 16 (MacOS):
- # https://github.com/blackwinter/unicode/pull/11
- unicode = attrs: {
- buildFlags = [
- "--with-cflags=-Wno-incompatible-function-pointer-types"
- ];
- };
- };
};
in pkgs.mkShell { packages = [ gems gems.wrappedRuby pkgs.pandoc ]; }
diff --git a/contrib/nix/ruby3.0-shell.nix b/contrib/nix/ruby3.0-shell.nix
@@ -10,14 +10,5 @@ let
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
- gemConfig = pkgs.defaultGemConfig // {
- # Workaround for a new error in clang 16 (MacOS):
- # https://github.com/blackwinter/unicode/pull/11
- unicode = attrs: {
- buildFlags = [
- "--with-cflags=-Wno-incompatible-function-pointer-types"
- ];
- };
- };
};
in pkgs.mkShell { packages = [ gems gems.wrappedRuby pkgs.pandoc ]; }
diff --git a/contrib/nix/ruby3.1-shell.nix b/contrib/nix/ruby3.1-shell.nix
@@ -10,14 +10,5 @@ let
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
- gemConfig = pkgs.defaultGemConfig // {
- # Workaround for a new error in clang 16 (MacOS):
- # https://github.com/blackwinter/unicode/pull/11
- unicode = attrs: {
- buildFlags = [
- "--with-cflags=-Wno-incompatible-function-pointer-types"
- ];
- };
- };
};
in pkgs.mkShell { packages = [ gems gems.wrappedRuby pkgs.pandoc ]; }
diff --git a/contrib/nix/ruby3.2-shell.nix b/contrib/nix/ruby3.2-shell.nix
@@ -10,14 +10,5 @@ let
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
- gemConfig = pkgs.defaultGemConfig // {
- # Workaround for a new error in clang 16 (MacOS):
- # https://github.com/blackwinter/unicode/pull/11
- unicode = attrs: {
- buildFlags = [
- "--with-cflags=-Wno-incompatible-function-pointer-types"
- ];
- };
- };
};
in pkgs.mkShell { packages = [ gems gems.wrappedRuby pkgs.pandoc ]; }
diff --git a/contrib/nix/ruby3.3-shell.nix b/contrib/nix/ruby3.3-shell.nix
@@ -10,14 +10,5 @@ let
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
- gemConfig = pkgs.defaultGemConfig // {
- # Workaround for a new error in clang 16 (MacOS):
- # https://github.com/blackwinter/unicode/pull/11
- unicode = attrs: {
- buildFlags = [
- "--with-cflags=-Wno-incompatible-function-pointer-types"
- ];
- };
- };
};
in pkgs.mkShell { packages = [ gems gems.wrappedRuby pkgs.pandoc ]; }