We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ae0c8 commit f4eb104Copy full SHA for f4eb104
recipes/decimojo/recipe.yaml
@@ -1,21 +1,21 @@
1
context:
2
- version: "0.3.0"
+ version: "0.3.1"
3
4
package:
5
name: "decimojo"
6
version: ${{ version }}
7
8
source:
9
- git: https://github.com/forFudan/decimojo.git
10
- rev: f2930f0832f1096207cb93bb2cc52b028b06b429
+ rev: fd82601e93d324a01b4f6770904ba1d11e765e38
11
12
build:
13
number: 0
14
script:
15
- mojo package src/decimojo -o ${{ PREFIX }}/lib/mojo/decimojo.mojopkg
16
requirements:
17
host:
18
- - max=25.2
+ - max=25.3
19
run:
20
- ${{ pin_compatible('max') }}
21
@@ -26,7 +26,7 @@ tests:
26
- mojo run tests.mojo
27
28
29
30
files:
31
recipe:
32
- tests.mojo
0 commit comments