Skip to content

Commit 4a91a4c

Browse files
Update recipe.yaml (#92)
Co-authored-by: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com>
1 parent 3039265 commit 4a91a4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipes/mist/recipe.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
context:
2-
version: "0.0.1"
2+
version: "0.0.2"
33

44
package:
55
name: "mist"
66
version: ${{ version }}
77

88
source:
99
- git: https://github.com/thatstoasty/mist.git
10-
rev: 3c07884d8ff5c823859bf4aebf532d8c4042357d
10+
rev: bfe093f4d6fb74295b607d72b0a0ccb25447284d
1111

1212
build:
1313
number: 0
1414
script:
1515
- mojo package src/mist -o ${{ PREFIX }}/lib/mojo/mist.mojopkg
1616
requirements:
1717
host:
18-
- max =24.6
18+
- max =25.2
1919
run:
2020
- ${{ pin_compatible('max') }}
2121

0 commit comments

Comments
 (0)