Skip to content

Commit 0307323

Browse files
sstadickyetalit
andauthored
chore: update ish to v1.4.0 (#179)
Co-authored-by: Tiyagora <98420273+yetalit@users.noreply.github.com>
1 parent 18fb019 commit 0307323

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

recipes/ish/recipe.yaml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/prefix-dev/recipe-format/main/schema.json
22

33
context:
4-
version: "1.3.0"
5-
modular_version: "=25.4"
6-
extramojo_version: "=0.15"
4+
version: "1.4.0"
5+
mojo_version: "=0.25.6"
6+
extramojo_version: "=0.18"
77

88

99
package:
@@ -12,9 +12,7 @@ package:
1212

1313
source:
1414
- git: https://github.com/BioRadOpenSource/ish.git
15-
rev: 0c88df6fab279b69f02b002bca35c2e3eecdc90e
16-
# path: .
17-
# use_gitignore: true
15+
rev: 304233bc80b14c18f6f1497d17116d2328d2474f
1816

1917
build:
2018
number: 0
@@ -29,12 +27,12 @@ build:
2927

3028
requirements:
3129
host:
32-
- modular ${{ modular_version }}
30+
- mojo-compiler ${{ mojo_version }}
3331
- extramojo ${{ extramojo_version }}
3432
- zlib >=1.3.1,<2
3533

3634
run:
37-
- modular ${{ modular_version }}
35+
- mojo-compiler ${{ mojo_version }}
3836
- zlib >=1.3.1,<2
3937

4038
tests:
@@ -44,7 +42,7 @@ tests:
4442
- mojo test -I ${{ PREFIX }}/share/mojo/ishlib.mojopkg tests
4543
requirements:
4644
run:
47-
- modular ${{ modular_version }}
45+
- mojo-compiler ${{ mojo_version }}
4846
- extramojo ${{ extramojo_version }}
4947
- zlib >=1.3.1,<2
5048

0 commit comments

Comments
 (0)