From 39b54776742c3a829bdee6b323ffab1b91575540 Mon Sep 17 00:00:00 2001 From: Seth Stadick Date: Mon, 21 Jul 2025 15:23:02 -0400 Subject: [PATCH 1/2] chore: bump ish version --- recipes/ish/recipe.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/ish/recipe.yaml b/recipes/ish/recipe.yaml index ed1ac241..eac0b8de 100644 --- a/recipes/ish/recipe.yaml +++ b/recipes/ish/recipe.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json context: - version: "1.2.1" + version: "1.3.0" modular_version: "=25.4" extramojo_version: "=0.15" @@ -12,7 +12,7 @@ package: source: - git: https://github.com/BioRadOpenSource/ish.git - rev: 5be7699230d9ea3eaa3701a3ffbfa6e37b5aed82 + rev: 92f4fad04142f2f7d08770feec66f928ee1f7079 # path: . # use_gitignore: true From 1860212bd1034674f056491bb3246307ffeb6aec Mon Sep 17 00:00:00 2001 From: Seth Stadick Date: Wed, 23 Jul 2025 12:07:00 -0400 Subject: [PATCH 2/2] fix: updated ish to an old lockfile that has the regex package correctly specified already --- recipes/ish/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/ish/recipe.yaml b/recipes/ish/recipe.yaml index eac0b8de..577cee22 100644 --- a/recipes/ish/recipe.yaml +++ b/recipes/ish/recipe.yaml @@ -12,7 +12,7 @@ package: source: - git: https://github.com/BioRadOpenSource/ish.git - rev: 92f4fad04142f2f7d08770feec66f928ee1f7079 + rev: 0c88df6fab279b69f02b002bca35c2e3eecdc90e # path: . # use_gitignore: true