Skip to content

Commit 471c4f8

Browse files
Update recipe.yaml (#115)
Co-authored-by: Caroline Frasca <[email protected]>
1 parent aa51d5a commit 471c4f8

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.2"
2+
version: "25.3.0"
33

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

88
source:
99
- git: https://github.com/thatstoasty/mist.git
10-
rev: bfe093f4d6fb74295b607d72b0a0ccb25447284d
10+
rev: 44b33ed6fad24c11a593cecb7a9515b034d73a11
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 =25.2
18+
- max =25.3
1919
run:
2020
- ${{ pin_compatible('max') }}
2121

0 commit comments

Comments
 (0)