Skip to content

Commit e9b29de

Browse files
Update mist 25.4 (#144)
* Update recipe.yaml * Update recipe.yaml * Update recipe.yaml --------- Co-authored-by: Caroline Frasca <[email protected]>
1 parent 9f62f51 commit e9b29de

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

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

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

0 commit comments

Comments
 (0)