Skip to content

Commit 7e9c5f8

Browse files
authored
update kelvin to 0.2.0 (#208)
1 parent e85e9af commit 7e9c5f8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

recipes/kelvin/recipe.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
context:
2-
version: 0.1.4
2+
version: 0.2.0
33

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

88
source:
99
- git: https://github.com/bgreni/Kelvin.git
10-
rev: 3018ba56fa762a3090bbf4ca26438b6c506278ea
10+
rev: bbbc69c2997d819054794d3fc6104204b08a6649
1111

1212
build:
1313
number: 0
@@ -16,9 +16,9 @@ build:
1616

1717
requirements:
1818
host:
19-
- mojo-compiler =0.25.7
19+
- mojo-compiler =0.26.1
2020
build:
21-
- mojo-compiler =0.25.7
21+
- mojo-compiler =0.26.1
2222
run:
2323
- ${{ pin_compatible('mojo-compiler') }}
2424

@@ -38,9 +38,9 @@ tests:
3838
- scripts/generate_tests.py
3939
requirements:
4040
build:
41-
- mojo =0.25.7
41+
- mojo =0.26.1
4242
run:
43-
- mojo =0.25.7
43+
- mojo =0.26.1
4444

4545
about:
4646
homepage: https://github.com/bgreni/Kelvin

0 commit comments

Comments
 (0)