Skip to content

Commit 27a5c09

Browse files
committed
chore: update ish to v1.4.0
1 parent 1c0dd94 commit 27a5c09

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

recipes/ish/recipe.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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:
1010
name: "ish"
1111
version: ${{ version }}
1212

1313
source:
14-
- git: https://github.com/BioRadOpenSource/ish.git
15-
rev: 0c88df6fab279b69f02b002bca35c2e3eecdc90e
16-
# path: .
17-
# use_gitignore: true
14+
# - git: https://github.com/BioRadOpenSource/ish.git
15+
# rev: 707e862d216cd2b9cae05cc65caaa78ca36f7311
16+
path: .
17+
use_gitignore: true
1818

1919
build:
2020
number: 0
@@ -29,12 +29,12 @@ build:
2929

3030
requirements:
3131
host:
32-
- modular ${{ modular_version }}
32+
- mojo-compiler ${{ mojo_version }}
3333
- extramojo ${{ extramojo_version }}
3434
- zlib >=1.3.1,<2
3535

3636
run:
37-
- modular ${{ modular_version }}
37+
- mojo-compiler ${{ mojo_version }}
3838
- zlib >=1.3.1,<2
3939

4040
tests:
@@ -44,8 +44,8 @@ tests:
4444
- mojo test -I ${{ PREFIX }}/share/mojo/ishlib.mojopkg tests
4545
requirements:
4646
run:
47-
- modular ${{ modular_version }}
48-
- extramojo ${{ extramojo_version }}
47+
- mojo-compiler ${{ mojo_version }}
48+
- extramojo ${{ extramojo_version }}
4949
- zlib >=1.3.1,<2
5050

5151
files:

0 commit comments

Comments
 (0)