Skip to content

Commit 00560dd

Browse files
[Max 25.1] Update small_time (#74)
* Update recipe.yaml * Update recipe.yaml --------- Co-authored-by: Caroline Frasca <[email protected]>
1 parent 5d2e304 commit 00560dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

recipes/small_time/recipe.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
context:
2-
version: "0.0.1"
2+
version: "0.0.2"
33

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

88
source:
99
- git: https://github.com/thatstoasty/small-time.git
10-
rev: 67fae584d1d4742a9421575c8a59d34cb84c14a3
10+
rev: 6e26ace5bcf50c8fc10ea6e569d1f03d524b6ce0
1111

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

2222
tests:
2323
- script:
2424
- if: unix
2525
then:
26-
- mojo test test/test_small_time.mojo
26+
- mojo test test
2727
files:
2828
recipe:
2929
- test_small_time.mojo

0 commit comments

Comments
 (0)