Skip to content

Commit f4eb104

Browse files
Update decimojo to 0.3.1 (#128)
Co-authored-by: Caroline Frasca <[email protected]>
1 parent c4ae0c8 commit f4eb104

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

recipes/decimojo/recipe.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
context:
2-
version: "0.3.0"
2+
version: "0.3.1"
33

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

88
source:
99
- git: https://github.com/forFudan/decimojo.git
10-
rev: f2930f0832f1096207cb93bb2cc52b028b06b429
10+
rev: fd82601e93d324a01b4f6770904ba1d11e765e38
1111

1212
build:
1313
number: 0
1414
script:
1515
- mojo package src/decimojo -o ${{ PREFIX }}/lib/mojo/decimojo.mojopkg
1616
requirements:
1717
host:
18-
- max=25.2
18+
- max=25.3
1919
run:
2020
- ${{ pin_compatible('max') }}
2121

@@ -26,7 +26,7 @@ tests:
2626
- mojo run tests.mojo
2727
requirements:
2828
run:
29-
- max=25.2
29+
- max=25.3
3030
files:
3131
recipe:
3232
- tests.mojo

0 commit comments

Comments
 (0)