We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85e9af commit 7e9c5f8Copy full SHA for 7e9c5f8
recipes/kelvin/recipe.yaml
@@ -1,13 +1,13 @@
1
context:
2
- version: 0.1.4
+ version: 0.2.0
3
4
package:
5
name: "kelvin"
6
version: ${{ version }}
7
8
source:
9
- git: https://github.com/bgreni/Kelvin.git
10
- rev: 3018ba56fa762a3090bbf4ca26438b6c506278ea
+ rev: bbbc69c2997d819054794d3fc6104204b08a6649
11
12
build:
13
number: 0
@@ -16,9 +16,9 @@ build:
16
17
requirements:
18
host:
19
- - mojo-compiler =0.25.7
+ - mojo-compiler =0.26.1
20
21
22
run:
23
- ${{ pin_compatible('mojo-compiler') }}
24
@@ -38,9 +38,9 @@ tests:
38
- scripts/generate_tests.py
39
40
41
- - mojo =0.25.7
+ - mojo =0.26.1
42
43
44
45
about:
46
homepage: https://github.com/bgreni/Kelvin
0 commit comments